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

What is Unicode character 𤹦?

The Unicode character 𤹦 U+24E66 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+24E66.

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!