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

What is Unicode character 𦬿?

The Unicode character 𦬿 U+26B3F 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+26B3F.

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!