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

What is Unicode character 𧢑?

The Unicode character 𧢑 U+27891 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+27891.

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!