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

What is Unicode character 𤺟?

The Unicode character 𤺟 U+24E9F 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+24E9F.

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!