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

What is Unicode character 𤺅?

The Unicode character 𤺅 U+24E85 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+24E85.

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!