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

What is Unicode character 𮟫?

The Unicode character 𮟫 U+2E7EB 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+2E7EB.

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!