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

What is Unicode character 𦲛?

The Unicode character 𦲛 U+26C9B 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+26C9B.

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!