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

What is Unicode character 𮟦?

The Unicode character 𮟦 U+2E7E6 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+2E7E6.

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!