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

What is Unicode character 𰊰?

The Unicode character 𰊰 U+302B0 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+302B0.

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!