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

What is Unicode character 𲅰?

The Unicode character 𲅰 U+32170 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+32170.

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!