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

What is Unicode character 𲁑?

The Unicode character 𲁑 U+32051 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+32051.

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!