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

What is Unicode character 𣵌?

The Unicode character 𣵌 U+23D4C 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+23D4C.

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!