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

What is Unicode character 𡙕?

The Unicode character 𡙕 U+21655 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+21655.

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!