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

What is Unicode character 𡮎?

The Unicode character 𡮎 U+21B8E 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+21B8E.

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!