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

What is Unicode character 𲅡?

The Unicode character 𲅡 U+32161 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+32161.

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!