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

What is Unicode character 𨤀?

The Unicode character 𨤀 U+28900 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+28900.

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!