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

What is Unicode character 𤺦?

The Unicode character 𤺦 U+24EA6 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+24EA6.

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!