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

What is Unicode character 𤵨?

The Unicode character 𤵨 U+24D68 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+24D68.

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!