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

What is Unicode character 𧢔?

The Unicode character 𧢔 U+27894 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+27894.

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!