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

What is Unicode character 𲁲?

The Unicode character 𲁲 U+32072 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+32072.

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!