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

What is Unicode character 𦅨?

The Unicode character 𦅨 U+26168 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+26168.

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!