Css Styling

Size
𮨡
15px
𮨡
18px
𮨡
21px
𮨡
24px
𮨡
27px
𮨡
30px
𮨡
33px
𮨡
36px
𮨡
42px
𮨡
48px
𮨡
54px
𮨡
60px
𮨡
66px
𮨡
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𮨡
Bold
𮨡
Italic
𮨡
Underline
𮨡
Strikethrough
𮨡
UpperCase
𮨡
LowerCase
𮨡
Oblique
A 𮨡
Subscript
A 𮨡
Superscript
𮨡
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𮨡
Arial
𮨡
Times New Roman
𮨡
Verdana
𮨡
Courier New
𮨡
Garamond
𮨡
Georgia
𮨡
Trebuchet MS
𮨡
Tahoma
𮨡
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𮨡
White
𮨡
Brown
𮨡
Maroon
𮨡
Magenta
𮨡
Red
𮨡
Orange
𮨡
Yellow
𮨡
Green
𮨡
Teal
𮨡
Cyan
𮨡
Blue
𮨡
Violet
𮨡
Purple
𮨡
Indigo
𮨡
Gray
𮨡
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𮨡
White
𮨡
Brown
𮨡
Maroon
𮨡
Magenta
𮨡
Red
𮨡
Orange
𮨡
Yellow
𮨡
Green
𮨡
Teal
𮨡
Cyan
𮨡
Blue
𮨡
Violet
𮨡
Purple
𮨡
Indigo
𮨡
Gray
𮨡
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#191009;</p>
📋
CSS .selector { content: '\2EA21' };
📋
JS var unicodeA = '\u2EA21 ';
📋
CPP char unicodeA = ' \u2EA21 ';
📋
Java char unicodeA = '\u2EA21';
📋
Python unicodeA = '\u2EA21'
📋

What is Unicode character 𮨡?

The Unicode character 𮨡 U+2EA21 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𮨡 represent?

The Unicode character 𮨡 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𮨡?

The Unicode code point for 𮨡 is U+2EA21.

Is the appearance of the 𮨡 character consistent across all platforms?

The appearance of the 𮨡 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𮨡 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𮨡 character.

In which version was Unicode character 𮨡 released, and to which block of characters does it belong?

Unicode character 𮨡 was first introduced in Unicode Version 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!