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

What is Unicode character 𦘟?

The Unicode character 𦘟 U+2661F 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+2661F.

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!