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

What is Unicode character 𣰐?

The Unicode character 𣰐 U+23C10 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+23C10.

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!