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

What is Unicode character 𦨴?

The Unicode character 𦨴 U+26A34 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+26A34.

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!