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

What is Unicode character 𦅦?

The Unicode character 𦅦 U+26166 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+26166.

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!