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

What is Unicode character 𣵑?

The Unicode character 𣵑 U+23D51 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+23D51.

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!