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

What is Unicode character 𦐼?

The Unicode character 𦐼 U+2643C 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+2643C.

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!