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

What is Unicode character 𦊁?

The Unicode character 𦊁 U+26281 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+26281.

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!