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

What is Unicode character 𦾟?

The Unicode character 𦾟 U+26F9F 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+26F9F.

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!