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

What is Unicode character 𤹍?

The Unicode character 𤹍 U+24E4D 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+24E4D.

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!