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

What is Unicode character 𦯌?

The Unicode character 𦯌 U+26BCC 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+26BCC.

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!