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

What is Unicode character 𣰍?

The Unicode character 𣰍 U+23C0D 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+23C0D.

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!