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

What is Unicode character 𦯺?

The Unicode character 𦯺 U+26BFA 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+26BFA.

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!