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

What is Unicode character 𢐝?

The Unicode character 𢐝 U+2241D 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+2241D.

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!