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

What is Unicode character 𰊢?

The Unicode character 𰊢 U+302A2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+302A2.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!