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

What is Unicode character 𤬃?

The Unicode character 𤬃 U+24B03 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+24B03.

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!