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

What is Unicode character 𦅁?

The Unicode character 𦅁 U+26141 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+26141.

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!