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

What is Unicode character 𣴍?

The Unicode character 𣴍 U+23D0D 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+23D0D.

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!