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

What is Unicode character 𣐝?

The Unicode character 𣐝 U+2341D 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+2341D.

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!