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

What is Unicode character 𨰀?

The Unicode character 𨰀 U+28C00 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+28C00.

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!