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

What is Unicode character 𮟑?

The Unicode character 𮟑 U+2E7D1 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+2E7D1.

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!