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

What is Unicode character 𦰴?

The Unicode character 𦰴 U+26C34 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+26C34.

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!