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

What is Unicode character 𦅡?

The Unicode character 𦅡 U+26161 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+26161.

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!