Technical information

Symbol
NameCombining enclosing upward pointing triangle
Unicode numberU+20E4
CategoryTriangle
DescriptionThe Unicode character ⃤, or U+20E4, is named "Combining Enclosing Upward Pointing Triangle". It belongs to the "Combining Diacritical Marks for Symbols" block, which includes characters that modify the appearance of the symbols to which they are applied. This character falls under the "Mark, Enclosing" category. Visually, it appears as an unfilled (or "white") triangle pointing upwards. As a combining character, it doesn't stand alone, but instead combines with the character before it to form a composite glyph. This means it surrounds or "encloses" the preceding character, forming a new symbol that consists of the original character enclosed within an upward-pointing triangle. Its use can vary depending on context, but generally, it's used to create new symbols or to add a specific meaning to an existing symbol.

Encoding

HTML Entity⃤
HTML Entity (hex)⃤
URL Escape Code%E2%83%A4
UTF-8 (hex)0xE2 0x83 0xA4
UTF-8 (binary)11100010:10000011:10100100
UTF-160x20E4
UTF-320x000020E4

Source Code

C, C++, and Java"\u20E4"
CSS Code\20E4
JavaScript"\u20E4"
Perl\x{20E4}
Python 2u"\u20E4"
Python 3\u20E4
Ruby\u{20E4}

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

            
span {
    content: "\20E4";
}

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