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

What is Unicode character 𦎟?

The Unicode character 𦎟 U+2639F 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+2639F.

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!