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

What is Unicode character 𤬨?

The Unicode character 𤬨 U+24B28 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+24B28.

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!