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

What is Unicode character 𮨹?

The Unicode character 𮨹 U+2EA39 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+2EA39.

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!