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

What is Unicode character 𰰼?

The Unicode character 𰰼 U+30C3C 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+30C3C.

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!