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

What is Unicode character 𤲟?

The Unicode character 𤲟 U+24C9F 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+24C9F.

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!