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

What is Unicode character 𦎞?

The Unicode character 𦎞 U+2639E 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+2639E.

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!