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>&#143782;</p>
📋
CSS .selector { content: '\231A6' };
📋
JS var unicodeA = '\u231A6 ';
📋
CPP char unicodeA = ' \u231A6 ';
📋
Java char unicodeA = '\u231A6';
📋
Python unicodeA = '\u231A6'
📋

What is Unicode character 𣆦?

The Unicode character 𣆦 U+231A6 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+231A6.

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!