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

What is Unicode character 𦑕?

The Unicode character 𦑕 U+26455 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+26455.

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!