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

What is Unicode character 𦐊?

The Unicode character 𦐊 U+2640A 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+2640A.

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!