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

What is Unicode character 𤝹?

The Unicode character 𤝹 U+24779 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+24779.

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!