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

What is Unicode character 𨘀?

The Unicode character 𨘀 U+28600 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+28600.

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!