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

What is Unicode character 𤺬?

The Unicode character 𤺬 U+24EAC 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+24EAC.

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!