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

What is Unicode character 𦞓?

The Unicode character 𦞓 U+26793 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+26793.

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!