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

What is Unicode character 𲁓?

The Unicode character 𲁓 U+32053 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+32053.

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!