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

What is Unicode character 𡾁?

The Unicode character 𡾁 U+21F81 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+21F81.

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!