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

What is Unicode character 𡦅?

The Unicode character 𡦅 U+21985 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+21985.

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!