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

What is Unicode character 𦵟?

The Unicode character 𦵟 U+26D5F 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+26D5F.

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!