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

What is Unicode character 𡮟?

The Unicode character 𡮟 U+21B9F 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+21B9F.

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!