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

What is Unicode character 𡑕?

The Unicode character 𡑕 U+21455 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+21455.

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!