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

What is Unicode character 𧢓?

The Unicode character 𧢓 U+27893 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+27893.

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!