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

What is Unicode character 𡍔?

The Unicode character 𡍔 U+21354 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+21354.

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!