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

What is Unicode character 𣵶?

The Unicode character 𣵶 U+23D76 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+23D76.

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!