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

What is Unicode character 𦾺?

The Unicode character 𦾺 U+26FBA 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+26FBA.

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!