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

What is Unicode character 𦘝?

The Unicode character 𦘝 U+2661D 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+2661D.

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!