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

What is Unicode character 𲁡?

The Unicode character 𲁡 U+32061 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+32061.

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!