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>&#150849;</p>
📋
CSS .selector { content: '\24D41' };
📋
JS var unicodeA = '\u24D41 ';
📋
CPP char unicodeA = ' \u24D41 ';
📋
Java char unicodeA = '\u24D41';
📋
Python unicodeA = '\u24D41'
📋

What is Unicode character 𤵁?

The Unicode character 𤵁 U+24D41 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+24D41.

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!