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

What is Unicode character 𨂢?

The Unicode character 𨂢 U+280A2 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+280A2.

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!