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

What is Unicode character 𦾾?

The Unicode character 𦾾 U+26FBE 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+26FBE.

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!