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

What is Unicode character 𤝨?

The Unicode character 𤝨 U+24768 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+24768.

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!