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

What is Unicode character 𰰹?

The Unicode character 𰰹 U+30C39 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+30C39.

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!