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

What is Unicode character 𲀣?

The Unicode character 𲀣 U+32023 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+32023.

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!