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

What is Unicode character 𦂓?

The Unicode character 𦂓 U+26093 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+26093.

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!