Unicode Finder

"稴" U+7A34(CJK UNIFIED IDEOGRAPH-7A34)

U+7A34
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-7A34

Programming

C
\u7A34
JavaScript
\u7A34
Java
\u7A34
Json
\u7A34
Python
\u7A34
Perl
\x{7A34}
PHP
\x{7A34}
Ruby
\u{7A34}
Rust
\u{7A34}
Go
\u7A34

Web

CSS
\007A34
HtmlDecimal
稴
HtmlHexadecimal
稴
Url
%E7%A8%B4

Code

MD5
095a125e851e7a845a73a2c822b911a8
Sha1
b1ae8dd63cebe60c5881b1beddf92b72d252648f
Base64
56i0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7A34';
console.log(char);  // Output: 稴

Java:

char c = '\u7A34';
System.out.println(c);  // Output: 稴

JSON:

{"text": "\u7A34"}  // Value: 稴

Python:

char = '\u7A34'
print(char)  # Output: 稴

Perl:

my $char = "\x{7A34}";
print $char;  # Output: 稴

PHP:

$char = "\x{7A34}";
echo $char;  // Output: 稴

Ruby:

char = "\u{7A34}"
puts char  # Output: 稴

Rust:

let c = '\u{7A34}';
println!("{}", c);  // Output: 稴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007A34";  /* Display: 稴 */
}

HTML Decimal:

<p>HTML decimal: &#31284;</p>  <!-- Display: 稴 -->

HTML Hexadecimal:

<p>HTML hex: &#x7A34;</p>  <!-- Display: 稴 -->

URL Encoding:

// 稴 URL encoding
https://unicodefinder.com/search.php?query=%E7%A8%B4

Encodings

MD5:

095a125e851e7a845a73a2c822b911a8

SHA1:

b1ae8dd63cebe60c5881b1beddf92b72d252648f

Base64:

56i0