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>&#198305;</p>
📋
CSS .selector { content: '\306A1' };
📋
JS var unicodeA = '\u306A1 ';
📋
CPP char unicodeA = ' \u306A1 ';
📋
Java char unicodeA = '\u306A1';
📋
Python unicodeA = '\u306A1'
📋

What is Unicode character 𰚡?

The Unicode character 𰚡 U+306A1 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+306A1.

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!