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

What is Unicode character 𲅶?

The Unicode character 𲅶 U+32176 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+32176.

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!