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

What is Unicode character 𧲃?

The Unicode character 𧲃 U+27C83 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+27C83.

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!