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

What is Unicode character 𦶃?

The Unicode character 𦶃 U+26D83 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+26D83.

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!