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

What is Unicode character 𤹟?

The Unicode character 𤹟 U+24E5F 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+24E5F.

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!