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

What is Unicode character 𦐝?

The Unicode character 𦐝 U+2641D 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+2641D.

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!