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

What is Unicode character 𡵔?

The Unicode character 𡵔 U+21D54 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+21D54.

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!