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

What is Unicode character 𲎔?

The Unicode character 𲎔 U+32394 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+32394.

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!