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

What is Unicode character 𣷔?

The Unicode character 𣷔 U+23DD4 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+23DD4.

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!