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

What is Unicode character 𦲯?

The Unicode character 𦲯 U+26CAF 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+26CAF.

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!