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

What is Unicode character 𢡗?

The Unicode character 𢡗 U+22857 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+22857.

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!