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>&#143557;</p>
📋
CSS .selector { content: '\230C5' };
📋
JS var unicodeA = '\u230C5 ';
📋
CPP char unicodeA = ' \u230C5 ';
📋
Java char unicodeA = '\u230C5';
📋
Python unicodeA = '\u230C5'
📋

What is Unicode character 𣃅?

The Unicode character 𣃅 U+230C5 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+230C5.

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!