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

What is Unicode character 𦾶?

The Unicode character 𦾶 U+26FB6 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+26FB6.

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!