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

What is Unicode character 𤬬?

The Unicode character 𤬬 U+24B2C 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+24B2C.

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!