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

What is Unicode character 𮖦?

The Unicode character 𮖦 U+2E5A6 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+2E5A6.

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!