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

What is Unicode character 𲊁?

The Unicode character 𲊁 U+32281 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+32281.

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!