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

What is Unicode character 𦲓?

The Unicode character 𦲓 U+26C93 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+26C93.

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!