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

What is Unicode character 𦯇?

The Unicode character 𦯇 U+26BC7 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+26BC7.

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!