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

What is Unicode character 𢡕?

The Unicode character 𢡕 U+22855 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+22855.

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!