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

What is Unicode character 𤨨?

The Unicode character 𤨨 U+24A28 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+24A28.

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!