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

What is Unicode character 𮆬?

The Unicode character 𮆬 U+2E1AC 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+2E1AC.

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!