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

What is Unicode character 𮨵?

The Unicode character 𮨵 U+2EA35 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+2EA35.

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!