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

What is Unicode character 𣑶?

The Unicode character 𣑶 U+23476 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+23476.

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!