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

What is Unicode character 𦸟?

The Unicode character 𦸟 U+26E1F 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+26E1F.

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!