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>&#157212;</p>
📋
CSS .selector { content: '\2661C' };
📋
JS var unicodeA = '\u2661C ';
📋
CPP char unicodeA = ' \u2661C ';
📋
Java char unicodeA = '\u2661C';
📋
Python unicodeA = '\u2661C'
📋

What is Unicode character 𦘜?

The Unicode character 𦘜 U+2661C 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+2661C.

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!