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

What is Unicode character 𦲟?

The Unicode character 𦲟 U+26C9F 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+26C9F.

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!