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

What is Unicode character 𲅖?

The Unicode character 𲅖 U+32156 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+32156.

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!