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

What is Unicode character 𦲃?

The Unicode character 𦲃 U+26C83 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+26C83.

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!