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

What is Unicode character 𲊃?

The Unicode character 𲊃 U+32283 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+32283.

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!