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

What is Unicode character 𲂓?

The Unicode character 𲂓 U+32093 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+32093.

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!