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

What is Unicode character 𮨙?

The Unicode character 𮨙 U+2EA19 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+2EA19.

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!