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

What is Unicode character 𰰅?

The Unicode character 𰰅 U+30C05 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+30C05.

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!