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

What is Unicode character 𪆟?

The Unicode character 𪆟 U+2A19F 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+2A19F.

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!