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

What is Unicode character 𣰝?

The Unicode character 𣰝 U+23C1D 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+23C1D.

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!