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

What is Unicode character 𦎛?

The Unicode character 𦎛 U+2639B 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+2639B.

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!