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

What is Unicode character 𦾲?

The Unicode character 𦾲 U+26FB2 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+26FB2.

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!