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

What is Unicode character 𨝨?

The Unicode character 𨝨 U+28768 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+28768.

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!