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

What is Unicode character 𦾰?

The Unicode character 𦾰 U+26FB0 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+26FB0.

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!