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

What is Unicode character 𦔴?

The Unicode character 𦔴 U+26534 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+26534.

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!