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

What is Unicode character 𤰝?

The Unicode character 𤰝 U+24C1D 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+24C1D.

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!