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

What is Unicode character 𧌡?

The Unicode character 𧌡 U+27321 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+27321.

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!