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

What is Unicode character 𤵕?

The Unicode character 𤵕 U+24D55 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+24D55.

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!