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

What is Unicode character 𦷔?

The Unicode character 𦷔 U+26DD4 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+26DD4.

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!