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

What is Unicode character 𧦃?

The Unicode character 𧦃 U+27983 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+27983.

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!