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

What is Unicode character 𲃹?

The Unicode character 𲃹 U+320F9 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+320F9.

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!