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

What is Unicode character 𧡖?

The Unicode character 𧡖 U+27856 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+27856.

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!