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

What is Unicode character 𡲍?

The Unicode character 𡲍 U+21C8D 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+21C8D.

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!