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

What is Unicode character 𦿟?

The Unicode character 𦿟 U+26FDF 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+26FDF.

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!