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

What is Unicode character 𧰲?

The Unicode character 𧰲 U+27C32 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+27C32.

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!