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

What is Unicode character 𰨜?

The Unicode character 𰨜 U+30A1C 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+30A1C.

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!