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

What is Unicode character 𦂔?

The Unicode character 𦂔 U+26094 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+26094.

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!