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>&#205241;</p>
📋
CSS .selector { content: '\321B9' };
📋
JS var unicodeA = '\u321B9 ';
📋
CPP char unicodeA = ' \u321B9 ';
📋
Java char unicodeA = '\u321B9';
📋
Python unicodeA = '\u321B9'
📋

What is Unicode character 𲆹?

The Unicode character 𲆹 U+321B9 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+321B9.

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!