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

What is Unicode character 𮨕?

The Unicode character 𮨕 U+2EA15 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+2EA15.

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!