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

What is Unicode character 𲉵?

The Unicode character 𲉵 U+32275 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+32275.

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!