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

What is Unicode character 𦆉?

The Unicode character 𦆉 U+26189 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+26189.

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!