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

What is Unicode character 𧢆?

The Unicode character 𧢆 U+27886 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+27886.

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!