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

What is Unicode character 𤹕?

The Unicode character 𤹕 U+24E55 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+24E55.

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!