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

What is Unicode character 𮨖?

The Unicode character 𮨖 U+2EA16 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+2EA16.

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!