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

What is Unicode character 𦦃?

The Unicode character 𦦃 U+26983 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+26983.

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!