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

What is Unicode character 𦀖?

The Unicode character 𦀖 U+26016 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+26016.

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!