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

What is Unicode character 𮟾?

The Unicode character 𮟾 U+2E7FE 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+2E7FE.

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!