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

What is Unicode character 𦯍?

The Unicode character 𦯍 U+26BCD 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+26BCD.

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!