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

What is Unicode character 𧑕?

The Unicode character 𧑕 U+27455 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+27455.

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!