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

What is Unicode character 𰰰?

The Unicode character 𰰰 U+30C30 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+30C30.

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!