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

What is Unicode character 𤵍?

The Unicode character 𤵍 U+24D4D 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+24D4D.

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!