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

What is Unicode character 𭐝?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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