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

What is Unicode character 𡉦?

The Unicode character 𡉦 U+21266 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+21266.

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!