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

What is Unicode character 𲅨?

The Unicode character 𲅨 U+32168 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+32168.

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!