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

What is Unicode character 𦱟?

The Unicode character 𦱟 U+26C5F 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+26C5F.

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!