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

What is Unicode character 𲅓?

The Unicode character 𲅓 U+32153 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+32153.

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!