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

What is Unicode character 𦲣?

The Unicode character 𦲣 U+26CA3 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+26CA3.

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!