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

What is Unicode character 𨂨?

The Unicode character 𨂨 U+280A8 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+280A8.

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!