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

What is Unicode character 𣌨?

The Unicode character 𣌨 U+23328 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+23328.

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!