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

What is Unicode character 𰰊?

The Unicode character 𰰊 U+30C0A 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+30C0A.

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!