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

What is Unicode character 𡁦?

The Unicode character 𡁦 U+21066 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+21066.

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!