Unicode Finder

"埢" U+57E2(CJK UNIFIED IDEOGRAPH-57E2)

U+57E2
Nombre del Bloque
CJK Unified Ideographs
Nombre
CJK UNIFIED IDEOGRAPH-57E2

Programming

C
\u57E2
JavaScript
\u57E2
Java
\u57E2
Json
\u57E2
Python
\u57E2
Perl
\x{57E2}
PHP
\x{57E2}
Ruby
\u{57E2}
Rust
\u{57E2}
Go
\u57E2

Web

CSS
\0057E2
HtmlDecimal
埢
HtmlHexadecimal
埢
Url
%E5%9F%A2

Code

MD5
0e18c3ee69ff9561a35bed867bf3e582
Sha1
f2a1bfeaf8c4941fde7ceda646413f153a70afae
Base64
5Z+i

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u57E2';
console.log(char);  // Output: 埢

Java:

char c = '\u57E2';
System.out.println(c);  // Output: 埢

JSON:

{"text": "\u57E2"}  // Value: 埢

Python:

char = '\u57E2'
print(char)  # Output: 埢

Perl:

my $char = "\x{57E2}";
print $char;  # Output: 埢

PHP:

$char = "\x{57E2}";
echo $char;  // Output: 埢

Ruby:

char = "\u{57E2}"
puts char  # Output: 埢

Rust:

let c = '\u{57E2}';
println!("{}", c);  // Output: 埢

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0057E2";  /* Display: 埢 */
}

HTML Decimal:

<p>HTML decimal: &#22498;</p>  <!-- Display: 埢 -->

HTML Hexadecimal:

<p>HTML hex: &#x57E2;</p>  <!-- Display: 埢 -->

URL Encoding:

// 埢 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%A2

Encodings

MD5:

0e18c3ee69ff9561a35bed867bf3e582

SHA1:

f2a1bfeaf8c4941fde7ceda646413f153a70afae

Base64:

5Z+i