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

What is Unicode character 𤙔?

The Unicode character 𤙔 U+24654 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+24654.

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!