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

What is Unicode character 𨊢?

The Unicode character 𨊢 U+282A2 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+282A2.

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!