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

What is Unicode character 𨪰?

The Unicode character 𨪰 U+28AB0 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+28AB0.

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!