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

What is Unicode character 𮨏?

The Unicode character 𮨏 U+2EA0F 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+2EA0F.

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!