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

What is Unicode character 𲅲?

The Unicode character 𲅲 U+32172 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+32172.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!