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

What is Unicode character 𮟃?

The Unicode character 𮟃 U+2E7C3 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+2E7C3.

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!