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

What is Unicode character 𦶼?

The Unicode character 𦶼 U+26DBC 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+26DBC.

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!