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

What is Unicode character 𲊐?

The Unicode character 𲊐 U+32290 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+32290.

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!