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

What is Unicode character 𲀧?

The Unicode character 𲀧 U+32027 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+32027.

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!