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

What is Unicode character 𣬔?

The Unicode character 𣬔 U+23B14 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+23B14.

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!