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

What is Unicode character 𦎍?

The Unicode character 𦎍 U+2638D 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+2638D.

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!