Technical information

Symbol
NameWhite up pointing index
Unicode numberU+261D
CategoryHand gesturesPointing hand symbols
DescriptionThe Unicode character ☝, or U+261D, is known as the "White Up Pointing Index". It is part of the "Miscellaneous Symbols" block and is categorized under the "Symbol, Other" category in the Unicode standard. This character is a pictorial representation of a human hand with the index finger pointing upwards. The color white in the name is to contrast it from the black version, but it doesn't necessarily dictate the actual color when rendered. This symbol is commonly used in digital contexts to signify the act of pointing at something above or to indicate a direction or selection.

Encoding

HTML Entity☝
HTML Entity (hex)☝
URL Escape Code%E2%98%9D
UTF-8 (hex)0xE2 0x98 0x9D
UTF-8 (binary)11100010:10011000:10011101
UTF-160x261D
UTF-320x0000261D

Source Code

C, C++, and Java"\u261D"
CSS Code\261D
JavaScript"\u261D"
Perl\x{261D}
Python 2u"\u261D"
Python 3\u261D
Ruby\u{261D}

Preview

This Unicode character looks like this ☝ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#9757;</span>

            
span {
    content: "\261D";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References