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

What is Unicode character 𲅕?

The Unicode character 𲅕 U+32155 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+32155.

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!