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

What is Unicode character 𲂔?

The Unicode character 𲂔 U+32094 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+32094.

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!