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

What is Unicode character 𲃶?

The Unicode character 𲃶 U+320F6 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+320F6.

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!