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

What is Unicode character 𡦕?

The Unicode character 𡦕 U+21995 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+21995.

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!