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

What is Unicode character 𰨌?

The Unicode character 𰨌 U+30A0C 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+30A0C.

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!