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

What is Unicode character 𲊓?

The Unicode character 𲊓 U+32293 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+32293.

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!