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

What is Unicode character 𤰹?

The Unicode character 𤰹 U+24C39 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+24C39.

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!