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

What is Unicode character 𦆓?

The Unicode character 𦆓 U+26193 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+26193.

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!