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

What is Unicode character 𦰖?

The Unicode character 𦰖 U+26C16 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+26C16.

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!