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

What is Unicode character 𣍢?

The Unicode character 𣍢 U+23362 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+23362.

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!