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

What is Unicode character 𮨉?

The Unicode character 𮨉 U+2EA09 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+2EA09.

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!