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

What is Unicode character 𮟙?

The Unicode character 𮟙 U+2E7D9 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+2E7D9.

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!