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

What is Unicode character 𰛍?

The Unicode character 𰛍 U+306CD 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+306CD.

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!