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

What is Unicode character 𦯅?

The Unicode character 𦯅 U+26BC5 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+26BC5.

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!