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

What is Unicode character 𡎕?

The Unicode character 𡎕 U+21395 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+21395.

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!