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

What is Unicode character 𲅃?

The Unicode character 𲅃 U+32143 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+32143.

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!