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

What is Unicode character 𡨏?

The Unicode character 𡨏 U+21A0F 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+21A0F.

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!