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

What is Unicode character 𲁔?

The Unicode character 𲁔 U+32054 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+32054.

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!