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

What is Unicode character 𲊕?

The Unicode character 𲊕 U+32295 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+32295.

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!