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

What is Unicode character 𦨖?

The Unicode character 𦨖 U+26A16 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+26A16.

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!