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

What is Unicode character 𦞃?

The Unicode character 𦞃 U+26783 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+26783.

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!