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

What is Unicode character 𤹢?

The Unicode character 𤹢 U+24E62 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+24E62.

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!