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

What is Unicode character 𦘊?

The Unicode character 𦘊 U+2660A 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+2660A.

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!