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

What is Unicode character 𦨿?

The Unicode character 𦨿 U+26A3F 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+26A3F.

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!