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

What is Unicode character 𲅐?

The Unicode character 𲅐 U+32150 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+32150.

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!