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

What is Unicode character 𲀨?

The Unicode character 𲀨 U+32028 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+32028.

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!