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

What is Unicode character 𲃔?

The Unicode character 𲃔 U+320D4 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+320D4.

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!