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

What is Unicode character 𦐖?

The Unicode character 𦐖 U+26416 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+26416.

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!