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

What is Unicode character 𨝤?

The Unicode character 𨝤 U+28764 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+28764.

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!