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

What is Unicode character 𣰟?

The Unicode character 𣰟 U+23C1F 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+23C1F.

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!