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

What is Unicode character 𨌨?

The Unicode character 𨌨 U+28328 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+28328.

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!