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

What is Unicode character 𣍶?

The Unicode character 𣍶 U+23376 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+23376.

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!