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

What is Unicode character 𧨲?

The Unicode character 𧨲 U+27A32 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+27A32.

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!