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

What is Unicode character 𰨓?

The Unicode character 𰨓 U+30A13 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+30A13.

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!