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

What is Unicode character 𲆃?

The Unicode character 𲆃 U+32183 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+32183.

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!