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

What is Unicode character 𦖒?

The Unicode character 𦖒 U+26592 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+26592.

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!