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

What is Unicode character 𤹘?

The Unicode character 𤹘 U+24E58 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+24E58.

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!