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

What is Unicode character 𰌨?

The Unicode character 𰌨 U+30328 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30328.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!