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

What is Unicode character 𮨰?

The Unicode character 𮨰 U+2EA30 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+2EA30.

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!