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

What is Unicode character 𣰕?

The Unicode character 𣰕 U+23C15 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+23C15.

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!