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

What is Unicode character 𤹝?

The Unicode character 𤹝 U+24E5D 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+24E5D.

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!