Unicode

Unicode

Unicode is an international character encoding standard that includes different languages, scripts and symbols. Each letter, digit or symbol has its own unique Unicode value. Unicode is an extension of ASCII that allows many more characters to be represented.

Since there are so many Unicode characters available, we have divided our list into ranges of 64 characters. Also, we do not represent every possible Unicode character in this table. You may notice that the first 4 Unicode Ranges include the same characters as the ASCII standard and extended ASCII. This is because ASCII is a subset of Unicode.

Unicode Characters (U+0000 – U+003F)

UnicodeCharDecHexOctHTML
Code
Escaped
Unicode
UTF-8Description
U+0000^@000000 \u00000Null (NUL)
U+0001^A101001 \u00011Start of heading (SOH)
U+0002^B202002 \u00022Start of text (STX)
U+0003^C303003 \u00033End of text (ETX)
U+0004^D404004 \u00044End of transmission (EOT)
U+0005^E505005 \u00055Enquiry (ENQ)
U+0006^F606006 \u00066Acknowledge (ACK)
U+0007^G707007 \u00077Bell (BEL)
U+0008^H808010 \u00088Backspace (BS)
U+0009^I909011 \u00099Horizontal tab (HT)
U+000A^J100A012 \u000AALine feed (LF)
U+000B^K110B013 \u000BBVertical tab (VT)
U+000C^L120C014 \u000CCNew page/form feed (FF)
U+000D^M130D015 \u000DDCarriage return (CR)
U+000E^N140E016 \u000EEShift out (SO)
U+000F^O150F017 \u000FFShift in (SI)
U+0010^P1610020 \u001010Data link escape (DLE)
U+0011^Q1711021 \u001111Device control 1 (DC1)
U+0012^R1812022 \u001212Device control 2 (DC2)
U+0013^S1913023 \u001313Device control 3 (DC3)
U+0014^T2014024 \u001414Device control 4 (DC4)
U+0015^U2115025 \u001515Negative acknowledge (NAK)
U+0016^V2216026 \u001616Synchronous idle (SYN)
U+0017^W2317027 \u001717End of transmission block (ETB)
U+0018^X2418030 \u001818Cancel (CAN)
U+0019^Y2519031 \u001919End of medium (EM)
U+001A^Z261A032 \u001A1ASubstitute (SUB)
U+001B^[271B033 \u001B1BEscape (ESC)
U+001C^\281C034 \u001C1CFile separator (FS)
U+001D^]291D035 \u001D1DGroup separator (GS)
U+001E^^301E036 \u001E1ERecord separator (RS)
U+001F^_311F037 \u001F1FUnit separator (US)
U+00203220040 \u002020Space
U+0021!3321041!\u002121Exclamation mark
U+00223422042"\u002222Quotation mark/Double quote
U+0023#3523043#\u002323Number sign
U+0024$3624044$\u002424Dollar sign
U+0025%3725045%\u002525Percent sign
U+0026&3826046&\u002626Ampersand
U+00273927047'\u002727Apostrophe/Single quote
U+0028(4028050(\u002828Left parenthesis
U+0029)4129051)\u002929Right parenthesis
U+002A*422A052*
*
\u002A2AAsterisk
U+002B+432B053+\u002B2BPlus sign
U+002C,442C054,\u002C2CComma
U+002D452D055-\u002D2DHyphen/Minus
U+002E.462E056.\u002E2EFull stop/Period
U+002F/472F057/\u002F2FSolidus/Slash
U+0030048300600\u003030Digit zero
U+0031149310611\u003131Digit one
U+0032250320622\u003232Digit two
U+0033351330633\u003333Digit three
U+0034452340644\u003434Digit four
U+0035553350655\u003535Digit five
U+0036654360666\u003636Digit six
U+0037755370677\u003737Digit seven
U+0038856380708\u003838Digit eight
U+0039957390719\u003939Digit nine
U+003A:583A072:\u003A3AColon
U+003B;593B073;\u003B3BSemicolon
U+003C<603C074&lt;\u003C3CLess-than sign
U+003D=613D075&equals;\u003D3DEqual/Equality sign
U+003E>623E076&gt;\u003E3EGreater-than sign
U+003F?633F077&quest;\u003F3FQuestion mark

This Post Has 3 Comments

Leave a Reply