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

What is Unicode character 𦲧?

The Unicode character 𦲧 U+26CA7 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+26CA7.

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!