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

What is Unicode character 𲁕?

The Unicode character 𲁕 U+32055 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+32055.

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!