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

What is Unicode character 𰊶?

The Unicode character 𰊶 U+302B6 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+302B6.

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!