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

What is Unicode character 𣃦?

The Unicode character 𣃦 U+230E6 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+230E6.

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!