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

What is Unicode character 𤝵?

The Unicode character 𤝵 U+24775 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+24775.

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!