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>&#191020;</p>
📋
CSS .selector { content: '\2EA2C' };
📋
JS var unicodeA = '\u2EA2C ';
📋
CPP char unicodeA = ' \u2EA2C ';
📋
Java char unicodeA = '\u2EA2C';
📋
Python unicodeA = '\u2EA2C'
📋

What is Unicode character 𮨬?

The Unicode character 𮨬 U+2EA2C 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+2EA2C.

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!