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

What is Unicode character 𮟓?

The Unicode character 𮟓 U+2E7D3 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+2E7D3.

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!