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

What is Unicode character 𲆔?

The Unicode character 𲆔 U+32194 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+32194.

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!