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

What is Unicode character 𦾙?

The Unicode character 𦾙 U+26F99 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+26F99.

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!