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

What is Unicode character 𣰅?

The Unicode character 𣰅 U+23C05 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+23C05.

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!