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

What is Unicode character 𰊺?

The Unicode character 𰊺 U+302BA 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+302BA.

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!