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

What is Unicode character 𲊔?

The Unicode character 𲊔 U+32294 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+32294.

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!