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

What is Unicode character 𮘅?

The Unicode character 𮘅 U+2E605 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+2E605.

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!