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

What is Unicode character 𮟩?

The Unicode character 𮟩 U+2E7E9 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+2E7E9.

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!