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

What is Unicode character 𦆖?

The Unicode character 𦆖 U+26196 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+26196.

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!