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

What is Unicode character 𦾼?

The Unicode character 𦾼 U+26FBC 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+26FBC.

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!