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

What is Unicode character 𲎑?

The Unicode character 𲎑 U+32391 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+32391.

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!