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

What is Unicode character 𦬴?

The Unicode character 𦬴 U+26B34 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+26B34.

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!