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

What is Unicode character 𣍬?

The Unicode character 𣍬 U+2336C 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+2336C.

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!