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

What is Unicode character 𦐓?

The Unicode character 𦐓 U+26413 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+26413.

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!