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

What is Unicode character 𣙬?

The Unicode character 𣙬 U+2366C 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+2366C.

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!