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

What is Unicode character 𰊡?

The Unicode character 𰊡 U+302A1 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+302A1.

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!