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

What is Unicode character 𰛃?

The Unicode character 𰛃 U+306C3 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+306C3.

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!