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

What is Unicode character 𦯼?

The Unicode character 𦯼 U+26BFC 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+26BFC.

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!