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

What is Unicode character 𨫀?

The Unicode character 𨫀 U+28AC0 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+28AC0.

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!