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

What is Unicode character 𧌨?

The Unicode character 𧌨 U+27328 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+27328.

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!