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

What is Unicode character 𤝰?

The Unicode character 𤝰 U+24770 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+24770.

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!