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

What is Unicode character 𣵐?

The Unicode character 𣵐 U+23D50 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+23D50.

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!