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

What is Unicode character 𣦃?

The Unicode character 𣦃 U+23983 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+23983.

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!