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

What is Unicode character 𮨶?

The Unicode character 𮨶 U+2EA36 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+2EA36.

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!