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

What is Unicode character 𮎬?

The Unicode character 𮎬 U+2E3AC 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+2E3AC.

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!