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

What is Unicode character 𲊖?

The Unicode character 𲊖 U+32296 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+32296.

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!