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

What is Unicode character 𤹓?

The Unicode character 𤹓 U+24E53 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+24E53.

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!