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

What is Unicode character 𦲩?

The Unicode character 𦲩 U+26CA9 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+26CA9.

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!