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>&#144239;</p>
📋
CSS .selector { content: '\2336F' };
📋
JS var unicodeA = '\u2336F ';
📋
CPP char unicodeA = ' \u2336F ';
📋
Java char unicodeA = '\u2336F';
📋
Python unicodeA = '\u2336F'
📋

What is Unicode character 𣍯?

The Unicode character 𣍯 U+2336F 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+2336F.

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!