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

What is Unicode character 𦾵?

The Unicode character 𦾵 U+26FB5 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+26FB5.

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!