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

What is Unicode character 𮟰?

The Unicode character 𮟰 U+2E7F0 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+2E7F0.

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!