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

What is Unicode character 𦲚?

The Unicode character 𦲚 U+26C9A 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+26C9A.

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!