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

What is Unicode character 𮟼?

The Unicode character 𮟼 U+2E7FC 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+2E7FC.

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!