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

What is Unicode character 𤺵?

The Unicode character 𤺵 U+24EB5 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+24EB5.

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!