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

What is Unicode character 𦴖?

The Unicode character 𦴖 U+26D16 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+26D16.

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!