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

What is Unicode character 𦊓?

The Unicode character 𦊓 U+26293 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+26293.

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!