Skip to content
browserutils

Unicode Table

Browse Unicode blocks and characters

Unicode Table is a free online tool from BrowserUtils that browse unicode blocks and characters. It runs entirely in your browser — your data never leaves your device. No account required.

Basic Latin95 characters
U+0020
!
U+0021
"
U+0022
#
U+0023
$
U+0024
%
U+0025
&
U+0026
'
U+0027
(
U+0028
)
U+0029
*
U+002A
+
U+002B
,
U+002C
-
U+002D
.
U+002E
/
U+002F
0
U+0030
1
U+0031
2
U+0032
3
U+0033
4
U+0034
5
U+0035
6
U+0036
7
U+0037
8
U+0038
9
U+0039
:
U+003A
;
U+003B
<
U+003C
=
U+003D
>
U+003E
?
U+003F
@
U+0040
A
U+0041
B
U+0042
C
U+0043
D
U+0044
E
U+0045
F
U+0046
G
U+0047
H
U+0048
I
U+0049
J
U+004A
K
U+004B
L
U+004C
M
U+004D
N
U+004E
O
U+004F
P
U+0050
Q
U+0051
R
U+0052
S
U+0053
T
U+0054
U
U+0055
V
U+0056
W
U+0057
X
U+0058
Y
U+0059
Z
U+005A
[
U+005B
\
U+005C
]
U+005D
^
U+005E
_
U+005F
`
U+0060
a
U+0061
b
U+0062
c
U+0063
d
U+0064
e
U+0065
f
U+0066
g
U+0067
h
U+0068
i
U+0069
j
U+006A
k
U+006B
l
U+006C
m
U+006D
n
U+006E
o
U+006F
p
U+0070
q
U+0071
r
U+0072
s
U+0073
t
U+0074
u
U+0075
v
U+0076
w
U+0077
x
U+0078
y
U+0079
z
U+007A
{
U+007B
|
U+007C
}
U+007D
~
U+007E

How to use Unicode Table

  1. 1 Paste or type your input into the editor above.
  2. 2 The tool processes your data instantly — right in your browser, with nothing sent to a server.
  3. 3 Copy the result with one click or continue editing your input.

About Unicode Table

Free online Unicode table. Browse Unicode character blocks and ranges. Search for characters by name, code point, or symbol. Includes common Unicode blocks. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.

Unicode Table specs

Runtime
100% client-side (browser)
Cost
Free — no account, no rate limits, no usage caps
Browser support
Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
Part of
299 developer tools on BrowserUtils (100% client-side)

Questions

What is Unicode?
Unicode is a universal character encoding standard that assigns a unique code point to every character across all writing systems. It supports over 149,000 characters from 161 scripts, including emoji.
What is a Unicode code point?
A code point is a numeric value that uniquely identifies a character in the Unicode standard. Code points are written as U+ followed by a hex number, e.g., U+0041 for the letter A. The range is U+0000 to U+10FFFF.
What is the difference between UTF-8 and UTF-16?
UTF-8 uses 1 to 4 bytes per character and is the dominant encoding on the web. UTF-16 uses 2 or 4 bytes and is used internally by JavaScript and Windows. Both can encode all Unicode code points, just with different byte representations.
How do I search for a Unicode character by name?
Type the character name, symbol, or code point into the search field. For example, searching "snowflake" or "2744" will find the snowflake character at U+2744.
How do I type Unicode characters that are not on my keyboard?
Copy the character directly from this table, use an OS character map utility, or enter the code point in your editor (e.g., in HTML use &#x2764; for a heart, or in Python use \u2764).
Embed this tool

Copy this code to embed the tool on your website. Adjust the height to fit your layout.

<iframe src="https://www.browserutils.dev/embed/unicode-table" width="100%" height="500" frameborder="0" title="Unicode Table"></iframe>

Related tools

More Developer Reference

View all Developer Reference tools