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

What is Unicode character 𲂃?

The Unicode character 𲂃 U+32083 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+32083.

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!