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

What is Unicode character 𲃖?

The Unicode character 𲃖 U+320D6 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+320D6.

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!