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

What is Unicode character 𤀃?

The Unicode character 𤀃 U+24003 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+24003.

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!