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

What is Unicode character 𲅹?

The Unicode character 𲅹 U+32179 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+32179.

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!