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

What is Unicode character 𲃦?

The Unicode character 𲃦 U+320E6 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+320E6.

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!