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>&#172191;</p>
📋
CSS .selector { content: '\2A09F' };
📋
JS var unicodeA = '\u2A09F ';
📋
CPP char unicodeA = ' \u2A09F ';
📋
Java char unicodeA = '\u2A09F';
📋
Python unicodeA = '\u2A09F'
📋

What is Unicode character 𪂟?

The Unicode character 𪂟 U+2A09F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A09F.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!