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

What is Unicode character 𧲓?

The Unicode character 𧲓 U+27C93 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+27C93.

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!