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

What is Unicode character 𤨺?

The Unicode character 𤨺 U+24A3A 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+24A3A.

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!