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

What is Unicode character 𦯚?

The Unicode character 𦯚 U+26BDA 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+26BDA.

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!