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

What is Unicode character 𦶹?

The Unicode character 𦶹 U+26DB9 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+26DB9.

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!