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

What is Unicode character 𤙓?

The Unicode character 𤙓 U+24653 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+24653.

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!