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

What is Unicode character 𦯗?

The Unicode character 𦯗 U+26BD7 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+26BD7.

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!