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

What is Unicode character 𢍛?

The Unicode character 𢍛 U+2235B 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+2235B.

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!