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

What is Unicode character 𣵵?

The Unicode character 𣵵 U+23D75 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+23D75.

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!