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

What is Unicode character 𨜨?

The Unicode character 𨜨 U+28728 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+28728.

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!