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

What is Unicode character 𤨍?

The Unicode character 𤨍 U+24A0D 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+24A0D.

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!