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

What is Unicode character 𮖬?

The Unicode character 𮖬 U+2E5AC 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+2E5AC.

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!