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

What is Unicode character 𡲅?

The Unicode character 𡲅 U+21C85 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+21C85.

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!