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

What is Unicode character 𤹎?

The Unicode character 𤹎 U+24E4E 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+24E4E.

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!