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

What is Unicode character 𤺍?

The Unicode character 𤺍 U+24E8D 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+24E8D.

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!