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

What is Unicode character 𲃵?

The Unicode character 𲃵 U+320F5 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+320F5.

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!