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

What is Unicode character 𦖃?

The Unicode character 𦖃 U+26583 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+26583.

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!