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

What is Unicode character 𰨄?

The Unicode character 𰨄 U+30A04 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+30A04.

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!