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

What is Unicode character 𦶲?

The Unicode character 𦶲 U+26DB2 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+26DB2.

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!