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

What is Unicode character 𦲝?

The Unicode character 𦲝 U+26C9D 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+26C9D.

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!