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

What is Unicode character 𡢔?

The Unicode character 𡢔 U+21894 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+21894.

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!