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

What is Unicode character 𢦃?

The Unicode character 𢦃 U+22983 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+22983.

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!