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

What is Unicode character 𧍲?

The Unicode character 𧍲 U+27372 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+27372.

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!