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

What is Unicode character 𦖔?

The Unicode character 𦖔 U+26594 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+26594.

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!