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>&#166436;</p>
📋
CSS .selector { content: '\28A24' };
📋
JS var unicodeA = '\u28A24 ';
📋
CPP char unicodeA = ' \u28A24 ';
📋
Java char unicodeA = '\u28A24';
📋
Python unicodeA = '\u28A24'
📋

What is Unicode character 𨨤?

The Unicode character 𨨤 U+28A24 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+28A24.

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!