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

What is Unicode character 𡲏?

The Unicode character 𡲏 U+21C8F 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+21C8F.

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!