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

What is Unicode character 𮟹?

The Unicode character 𮟹 U+2E7F9 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+2E7F9.

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!