Unicode Finder

"⺼" U+2EBC(CJK RADICAL MEAT)

U+2EBC
Block Name
CJK Radicals Supplement
Name
CJK RADICAL MEAT

Programming

C
\u2EBC
JavaScript
\u2EBC
Java
\u2EBC
Json
\u2EBC
Python
\u2EBC
Perl
\x{2EBC}
PHP
\x{2EBC}
Ruby
\u{2EBC}
Rust
\u{2EBC}
Go
\u2EBC

Web

CSS
\002EBC
HtmlDecimal
⺼
HtmlHexadecimal
⺼
Url
%E2%BA%BC

Code

MD5
9851864ad015613f9162bc5a803e2687
Sha1
ebae51807357f23e69ce972103537ac34fd2ac4d
Base64
4rq8

Usage Examples

Programming Languages

C:

char c = '\u2EBC';
printf("%c\n", c);  // Output: ⺼

JavaScript:

const char = '\u2EBC';
console.log(char);  // Output: ⺼

Java:

char c = '\u2EBC';
System.out.println(c);  // Output: ⺼

JSON:

{"text": "\u2EBC"}  // Value: ⺼

Python:

char = '\u2EBC'
print(char)  # Output: ⺼

Perl:

my $char = "\x{2EBC}";
print $char;  # Output: ⺼

PHP:

$char = "\x{2EBC}";
echo $char;  // Output: ⺼

Ruby:

char = "\u{2EBC}"
puts char  # Output: ⺼

Rust:

let c = '\u{2EBC}';
println!("{}", c);  // Output: ⺼

Go:

char := '\u2EBC'
fmt.Printf("%c\n", char)  // Output: ⺼

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002EBC";  /* Display: ⺼ */
}

HTML Decimal:

<p>HTML decimal: &#11964;</p>  <!-- Display: ⺼ -->

HTML Hexadecimal:

<p>HTML hex: &#x2EBC;</p>  <!-- Display: ⺼ -->

URL Encoding:

// ⺼ URL encoding
https://unicodefinder.com/search.php?query=%E2%BA%BC

Encodings

MD5:

9851864ad015613f9162bc5a803e2687

SHA1:

ebae51807357f23e69ce972103537ac34fd2ac4d

Base64:

4rq8