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

What is Unicode character 𮟲?

The Unicode character 𮟲 U+2E7F2 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+2E7F2.

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!