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

What is Unicode character 𡼎?

The Unicode character 𡼎 U+21F0E 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+21F0E.

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!