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

What is Unicode character 𤰍?

The Unicode character 𤰍 U+24C0D 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+24C0D.

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!