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

What is Unicode character 𣵼?

The Unicode character 𣵼 U+23D7C 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+23D7C.

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!