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

What is Unicode character 𤺎?

The Unicode character 𤺎 U+24E8E 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+24E8E.

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!