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

What is Unicode character 𤨃?

The Unicode character 𤨃 U+24A03 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+24A03.

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!