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

What is Unicode character 𲃼?

The Unicode character 𲃼 U+320FC 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+320FC.

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!