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

What is Unicode character 𤵎?

The Unicode character 𤵎 U+24D4E 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+24D4E.

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!