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

What is Unicode character 𨝖?

The Unicode character 𨝖 U+28756 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+28756.

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!