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

What is Unicode character 𣷟?

The Unicode character 𣷟 U+23DDF 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+23DDF.

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!