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

What is Unicode character 𤬲?

The Unicode character 𤬲 U+24B32 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+24B32.

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!