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>&#167578;</p>
📋
CSS .selector { content: '\28E9A' };
📋
JS var unicodeA = '\u28E9A ';
📋
CPP char unicodeA = ' \u28E9A ';
📋
Java char unicodeA = '\u28E9A';
📋
Python unicodeA = '\u28E9A'
📋

What is Unicode character 𨺚?

The Unicode character 𨺚 U+28E9A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28E9A.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!