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

What is Unicode character 𨂲?

The Unicode character 𨂲 U+280B2 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+280B2.

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!