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

What is Unicode character 𣰓?

The Unicode character 𣰓 U+23C13 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+23C13.

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!