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

What is Unicode character 𲃾?

The Unicode character 𲃾 U+320FE 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+320FE.

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!