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

What is Unicode character 𡬎?

The Unicode character 𡬎 U+21B0E 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+21B0E.

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!