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

What is Unicode character 𡙔?

The Unicode character 𡙔 U+21654 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+21654.

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!