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

What is Unicode character 𰨼?

The Unicode character 𰨼 U+30A3C 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+30A3C.

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!