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

What is Unicode character 𦰚?

The Unicode character 𦰚 U+26C1A 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+26C1A.

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!