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

What is Unicode character 𰨐?

The Unicode character 𰨐 U+30A10 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+30A10.

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!