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

What is Unicode character 𮢯?

The Unicode character 𮢯 U+2E8AF 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+2E8AF.

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!