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

What is Unicode character 𰰵?

The Unicode character 𰰵 U+30C35 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+30C35.

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!