Unicode Finder

"埋" U+57CB(CJK UNIFIED IDEOGRAPH-57CB)

U+57CB
Nazwa Bloku
CJK Unified Ideographs
Nazwa
CJK UNIFIED IDEOGRAPH-57CB

Programming

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

Web

CSS
\0057CB
HtmlDecimal
埋
HtmlHexadecimal
埋
Url
%E5%9F%8B

Code

MD5
879a5f738613f8c67507fc1fa8f8110b
Sha1
2c496f02f06c78d92fc9d99601ff2d7fc02bc4a8
Base64
5Z+L

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u57CB';
console.log(char);  // Output: 埋

Java:

char c = '\u57CB';
System.out.println(c);  // Output: 埋

JSON:

{"text": "\u57CB"}  // Value: 埋

Python:

char = '\u57CB'
print(char)  # Output: 埋

Perl:

my $char = "\x{57CB}";
print $char;  # Output: 埋

PHP:

$char = "\x{57CB}";
echo $char;  // Output: 埋

Ruby:

char = "\u{57CB}"
puts char  # Output: 埋

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22475;</p>  <!-- Display: 埋 -->

HTML Hexadecimal:

<p>HTML hex: &#x57CB;</p>  <!-- Display: 埋 -->

URL Encoding:

// 埋 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%8B

Encodings

MD5:

879a5f738613f8c67507fc1fa8f8110b

SHA1:

2c496f02f06c78d92fc9d99601ff2d7fc02bc4a8

Base64:

5Z+L