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

What is Unicode character 𣍦?

The Unicode character 𣍦 U+23366 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+23366.

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!