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

What is Unicode character 𦯕?

The Unicode character 𦯕 U+26BD5 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+26BD5.

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!