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

What is Unicode character 𨙀?

The Unicode character 𨙀 U+28640 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+28640.

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!