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>&#177181;</p>
📋
CSS .selector { content: '\2B41D' };
📋
JS var unicodeA = '\u2B41D ';
📋
CPP char unicodeA = ' \u2B41D ';
📋
Java char unicodeA = '\u2B41D';
📋
Python unicodeA = '\u2B41D'
📋

What is Unicode character 𫐝?

The Unicode character 𫐝 U+2B41D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B41D.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!