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

What is Unicode character 𦢃?

The Unicode character 𦢃 U+26883 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+26883.

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!