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

What is Unicode character 𡍕?

The Unicode character 𡍕 U+21355 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+21355.

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!