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

What is Unicode character 𦯾?

The Unicode character 𦯾 U+26BFE 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+26BFE.

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!