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

What is Unicode character 𦘍?

The Unicode character 𦘍 U+2660D 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+2660D.

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!