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

What is Unicode character 𤵵?

The Unicode character 𤵵 U+24D75 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+24D75.

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!