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

What is Unicode character 𲀙?

The Unicode character 𲀙 U+32019 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+32019.

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!