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

What is Unicode character 𲅵?

The Unicode character 𲅵 U+32175 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+32175.

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!