Technical information

Symbol
NameBlack medium down-pointing triangle
Unicode numberU+23F7
CategoryTriangle
DescriptionThe Unicode character "⏷", or U+23F7, is known as the "Black Medium Down-Pointing Triangle". It is part of the "Miscellaneous Technical" block and is categorized under the "Symbol, Other" category of the Unicode standard. Visually, the symbol represents a medium-sized triangle that is pointing downwards. The triangle is filled in or "black" according to typographic conventions. This type of symbol is often used in digital interfaces as a directional cue, commonly indicating a dropdown menu or that more content is available below the current view.

Encoding

HTML Entity⏷
HTML Entity (hex)⏷
URL Escape Code%E2%8F%B7
UTF-8 (hex)0xE2 0x8F 0xB7
UTF-8 (binary)11100010:10001111:10110111
UTF-160x23F7
UTF-320x000023F7

Source Code

C, C++, and Java"\u23F7"
CSS Code\23F7
JavaScript"\u23F7"
Perl\x{23F7}
Python 2u"\u23F7"
Python 3\u23F7
Ruby\u{23F7}

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>&#9207;</span>

            
span {
    content: "\23F7";
}

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