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

What is Unicode character 𲊙?

The Unicode character 𲊙 U+32299 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+32299.

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!