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

What is Unicode character 𦎝?

The Unicode character 𦎝 U+2639D 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+2639D.

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!