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

What is Unicode character 𣃑?

The Unicode character 𣃑 U+230D1 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+230D1.

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!