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

What is Unicode character 𮢵?

The Unicode character 𮢵 U+2E8B5 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+2E8B5.

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!