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

What is Unicode character 𣍵?

The Unicode character 𣍵 U+23375 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+23375.

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!