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

What is Unicode character 𦲙?

The Unicode character 𦲙 U+26C99 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+26C99.

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!