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

What is Unicode character 𦅰?

The Unicode character 𦅰 U+26170 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+26170.

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!