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

What is Unicode character 𦎏?

The Unicode character 𦎏 U+2638F 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+2638F.

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!