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

What is Unicode character 𤵝?

The Unicode character 𤵝 U+24D5D 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+24D5D.

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!