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

What is Unicode character 𰰍?

The Unicode character 𰰍 U+30C0D 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+30C0D.

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!