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

What is Unicode character 𰰙?

The Unicode character 𰰙 U+30C19 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+30C19.

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!