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

What is Unicode character 𲎁?

The Unicode character 𲎁 U+32381 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+32381.

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!