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

What is Unicode character 𮟝?

The Unicode character 𮟝 U+2E7DD 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+2E7DD.

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!