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

What is Unicode character 𦨚?

The Unicode character 𦨚 U+26A1A 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+26A1A.

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!