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

What is Unicode character 𦎜?

The Unicode character 𦎜 U+2639C 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+2639C.

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!