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

What is Unicode character 𣣦?

The Unicode character 𣣦 U+238E6 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+238E6.

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!