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

What is Unicode character 𣍧?

The Unicode character 𣍧 U+23367 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+23367.

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!