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

What is Unicode character 𦯝?

The Unicode character 𦯝 U+26BDD 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+26BDD.

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!