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

What is Unicode character 𨝡?

The Unicode character 𨝡 U+28761 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+28761.

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!