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

What is Unicode character 𦔖?

The Unicode character 𦔖 U+26516 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+26516.

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!