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

What is Unicode character 𰌰?

The Unicode character 𰌰 U+30330 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+30330.

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!