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

What is Unicode character 𡡔?

The Unicode character 𡡔 U+21854 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+21854.

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!