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

What is Unicode character 𢚳?

The Unicode character 𢚳 U+226B3 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+226B3.

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!