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

What is Unicode character 𨪐?

The Unicode character 𨪐 U+28A90 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+28A90.

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!