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

What is Unicode character 𦼖?

The Unicode character 𦼖 U+26F16 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+26F16.

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!