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

What is Unicode character 𮟕?

The Unicode character 𮟕 U+2E7D5 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+2E7D5.

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!