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

What is Unicode character 𦯙?

The Unicode character 𦯙 U+26BD9 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+26BD9.

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!