#
Copy to Clipboard
NUMBER SIGN
General information
| ID | 35 |
| HEX | 23 |
| Char | # |
| Char type | Other_Punctuation |
| Unicode name | NUMBER SIGN |
| Extended name | NUMBER SIGN |
| Unicode group | Basic Latin |
| Unicode Code Point | U+23 |
Conversion (How to escape #)
| HTML Entity (decimal) | # |
| HTML Entity (hex) | # |
| URL Encoded | %23 |
| C / C++ / Java | "\u23" |
| Javascript (ASCII) | "\x23" |
| Javascript (UTF-16) | "\u0023" |
| Javascript | "\u{23}" |
| Python | u"\u23" |
| CSS | \23 |
| CSS | \000023 |
How to type #
| Microsoft Windows ALT code | Alt + 35 |
| Microsoft Office | write 23 then press Alt + X |
| Microsoft Office (alternative) | write U+23 then press Alt + X |
| Apple Mac | Hold Alt, type 2 3 then release |
| Apple Mac (alternative) | Hold Option, type 2 3 then release |
| Unix GTK | Hold Ctrl + Shift, type u 2 3, then release. |
| Unix GTK (Alternative) | Press Ctrl + Shift + u, type 2 3, then press Enter. |
UTF Encodings
| UTF-8 (hex) | 23 |
| UTF-8 (octal) | 43 |
| UTF-8 (binary) | 00100011 |
| UTF-16 (hex) | 00 23 |
| UTF-16 (octal) | 0 43 |
| UTF-16 (binary) | 00000000 00100011 |
| UTF-32 (hex) | 00 00 00 23 |
| UTF-32 (octal) | 000 000 000 043 |
| UTF-32 (binary) | 00000000 00000000 00000000 00100011 |
IMAGE