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

What is Unicode character 𡬏?

The Unicode character 𡬏 U+21B0F 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+21B0F.

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!