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

What is Unicode character 𨝧?

The Unicode character 𨝧 U+28767 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+28767.

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!