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

What is Unicode character 𨌡?

The Unicode character 𨌡 U+28321 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+28321.

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!