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

What is Unicode character 𡕔?

The Unicode character 𡕔 U+21554 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+21554.

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!