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

What is Unicode character 𦲭?

The Unicode character 𦲭 U+26CAD 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+26CAD.

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!