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

What is Unicode character 𦶾?

The Unicode character 𦶾 U+26DBE 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+26DBE.

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!