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

What is Unicode character 𨃀?

The Unicode character 𨃀 U+280C0 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+280C0.

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!