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

What is Unicode character 𡺏?

The Unicode character 𡺏 U+21E8F 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+21E8F.

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!