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

What is Unicode character 𢡣?

The Unicode character 𢡣 U+22863 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+22863.

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!