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

What is Unicode character 𮟻?

The Unicode character 𮟻 U+2E7FB 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+2E7FB.

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!