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

What is Unicode character 𦅃?

The Unicode character 𦅃 U+26143 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+26143.

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!