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

What is Unicode character 𨂦?

The Unicode character 𨂦 U+280A6 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+280A6.

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!