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

What is Unicode character 𦝨?

The Unicode character 𦝨 U+26768 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+26768.

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!