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

What is Unicode character 𦶓?

The Unicode character 𦶓 U+26D93 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+26D93.

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!