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

What is Unicode character 𤹖?

The Unicode character 𤹖 U+24E56 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+24E56.

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!