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

What is Unicode character 𮟛?

The Unicode character 𮟛 U+2E7DB 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+2E7DB.

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!