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

What is Unicode character 𤨕?

The Unicode character 𤨕 U+24A15 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+24A15.

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!