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

What is Unicode character 𣵢?

The Unicode character 𣵢 U+23D62 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+23D62.

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!