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

What is Unicode character 𰊣?

The Unicode character 𰊣 U+302A3 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+302A3.

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!