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

What is Unicode character 𦐍?

The Unicode character 𦐍 U+2640D 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+2640D.

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!