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

What is Unicode character 𡍦?

The Unicode character 𡍦 U+21366 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+21366.

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!