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

What is Unicode character 𣍡?

The Unicode character 𣍡 U+23361 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+23361.

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!