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

What is Unicode character 𨪼?

The Unicode character 𨪼 U+28ABC 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+28ABC.

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!