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

What is Unicode character 𤰟?

The Unicode character 𤰟 U+24C1F 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+24C1F.

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!