Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Unicode Code PointNew to Visual Studio Code? Get it now.
Unicode Code Point

Unicode Code Point

Josip Medved

|
9,494 installs
| (5) | Free
Displays character's unicode code point in status bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Character Code Point

This extension shows character code point in status bar.

Features

Shows character code point in hexadecimal or decimal notation.

If more details about characters are desired, one can click on status bar to quickly switch display style or double-clic to get get plenty more Unicode related information provided by compart.

Screenshot

Extension Settings

This extension contributes the following settings:

  • codepoint.statusbar: Determines what will be shown in statusbar:
    • none: Nothing;
    • decimal: Decimal value of code point (e.g. 77);
    • hexadecimal: Hexadecimal value of code point (e.g. 0x4D);
    • unicode: Unicode code point (e.g. U+004D);
    • description: Full description is shown (e.g. LATIN CAPITAL LETTER M).

Known Issues

Mixed Line Endings Are Not Supported

Visual Studio Code normalizes line endings upon load and thus this extension will only show one kind of line ending character. Currently it is not possible to have multiple different line endings (see issue 127).

CR Line Ending Is Not Supported

Visual Studio does not support CR line ending (see issue 35797). Therefore you will never see CR as a line ending.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft