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

What is Unicode character 𲇖?

The Unicode character 𲇖 U+321D6 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+321D6.

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!