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

What is Unicode character 𰨤?

The Unicode character 𰨤 U+30A24 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+30A24.

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!