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

What is Unicode character 𡲕?

The Unicode character 𡲕 U+21C95 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+21C95.

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!