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>&#198188;</p>
📋
CSS .selector { content: '\3062C' };
📋
JS var unicodeA = '\u3062C ';
📋
CPP char unicodeA = ' \u3062C ';
📋
Java char unicodeA = '\u3062C';
📋
Python unicodeA = '\u3062C'
📋

What is Unicode character 𰘬?

The Unicode character 𰘬 U+3062C 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+3062C.

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!