Unicode Finder

"埴" U+57F4(CJK UNIFIED IDEOGRAPH-57F4)

U+57F4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-57F4

Programming

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

Web

CSS
\0057F4
HtmlDecimal
埴
HtmlHexadecimal
埴
Url
%E5%9F%B4

Code

MD5
ce52d4f2800a33069444083438bff045
Sha1
0545400e0b20c6d224ab5a920a61ccb79733c770
Base64
5Z+0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u57F4';
console.log(char);  // Output: 埴

Java:

char c = '\u57F4';
System.out.println(c);  // Output: 埴

JSON:

{"text": "\u57F4"}  // Value: 埴

Python:

char = '\u57F4'
print(char)  # Output: 埴

Perl:

my $char = "\x{57F4}";
print $char;  # Output: 埴

PHP:

$char = "\x{57F4}";
echo $char;  // Output: 埴

Ruby:

char = "\u{57F4}"
puts char  # Output: 埴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22516;</p>  <!-- Display: 埴 -->

HTML Hexadecimal:

<p>HTML hex: &#x57F4;</p>  <!-- Display: 埴 -->

URL Encoding:

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

Encodings

MD5:

ce52d4f2800a33069444083438bff045

SHA1:

0545400e0b20c6d224ab5a920a61ccb79733c770

Base64:

5Z+0