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

What is Unicode character 𰨒?

The Unicode character 𰨒 U+30A12 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+30A12.

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!