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

What is Unicode character 𮟐?

The Unicode character 𮟐 U+2E7D0 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+2E7D0.

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!