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

What is Unicode character 𮟭?

The Unicode character 𮟭 U+2E7ED 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+2E7ED.

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!