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

What is Unicode character 𰚬?

The Unicode character 𰚬 U+306AC 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+306AC.

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!