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

What is Unicode character 𮟗?

The Unicode character 𮟗 U+2E7D7 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+2E7D7.

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!