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

What is Unicode character 𦑱?

The Unicode character 𦑱 U+26471 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+26471.

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!