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

What is Unicode character 𧡣?

The Unicode character 𧡣 U+27863 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+27863.

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!