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

What is Unicode character 𰰐?

The Unicode character 𰰐 U+30C10 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+30C10.

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!