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

What is Unicode character 𦐏?

The Unicode character 𦐏 U+2640F 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+2640F.

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!