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

What is Unicode character 𡰏?

The Unicode character 𡰏 U+21C0F 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+21C0F.

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!