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

What is Unicode character 𡢅?

The Unicode character 𡢅 U+21885 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+21885.

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!