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

What is Unicode character 𣍨?

The Unicode character 𣍨 U+23368 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+23368.

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!