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

What is Unicode character 𰁢?

The Unicode character 𰁢 U+30062 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+30062.

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!