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

What is Unicode character 𮟯?

The Unicode character 𮟯 U+2E7EF 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+2E7EF.

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!