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

What is Unicode character 𰰓?

The Unicode character 𰰓 U+30C13 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+30C13.

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!