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

What is Unicode character 𤨎?

The Unicode character 𤨎 U+24A0E 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+24A0E.

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!