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

What is Unicode character 𦘎?

The Unicode character 𦘎 U+2660E 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+2660E.

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!