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>&#137887;</p>
📋
CSS .selector { content: '\21A9F' };
📋
JS var unicodeA = '\u21A9F ';
📋
CPP char unicodeA = ' \u21A9F ';
📋
Java char unicodeA = '\u21A9F';
📋
Python unicodeA = '\u21A9F'
📋

What is Unicode character 𡪟?

The Unicode character 𡪟 U+21A9F 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+21A9F.

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!