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

What is Unicode character 𦐺?

The Unicode character 𦐺 U+2643A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2643A.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!