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

What is Unicode character 𤵟?

The Unicode character 𤵟 U+24D5F 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+24D5F.

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!