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

What is Unicode character 𲊑?

The Unicode character 𲊑 U+32291 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+32291.

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!