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

What is Unicode character 𤹨?

The Unicode character 𤹨 U+24E68 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+24E68.

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!