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>&#199734;</p>
📋
CSS .selector { content: '\30C36' };
📋
JS var unicodeA = '\u30C36 ';
📋
CPP char unicodeA = ' \u30C36 ';
📋
Java char unicodeA = '\u30C36';
📋
Python unicodeA = '\u30C36'
📋

What is Unicode character 𰰶?

The Unicode character 𰰶 U+30C36 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+30C36.

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!