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

What is Unicode character 𨭀?

The Unicode character 𨭀 U+28B40 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+28B40.

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!