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

What is Unicode character 𡐝?

The Unicode character 𡐝 U+2141D 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+2141D.

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!