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

What is Unicode character 𦷕?

The Unicode character 𦷕 U+26DD5 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+26DD5.

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!