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

What is Unicode character 𲍁?

The Unicode character 𲍁 U+32341 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+32341.

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!