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

What is Unicode character 𦁨?

The Unicode character 𦁨 U+26068 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+26068.

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!