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

What is Unicode character 𣍣?

The Unicode character 𣍣 U+23363 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+23363.

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!