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

What is Unicode character 𨊲?

The Unicode character 𨊲 U+282B2 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+282B2.

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!