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

What is Unicode character 𰊦?

The Unicode character 𰊦 U+302A6 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+302A6.

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!