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

What is Unicode character 𤝦?

The Unicode character 𤝦 U+24766 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+24766.

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!