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

What is Unicode character 𦎎?

The Unicode character 𦎎 U+2638E 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+2638E.

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!