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

What is Unicode character 𦾓?

The Unicode character 𦾓 U+26F93 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+26F93.

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!