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

What is Unicode character 𲀹?

The Unicode character 𲀹 U+32039 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+32039.

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!