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

What is Unicode character 𮢹?

The Unicode character 𮢹 U+2E8B9 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+2E8B9.

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!