Unicode Finder

"瓗" U+74D7(CJK UNIFIED IDEOGRAPH-74D7)

U+74D7
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-74D7

Programming

C
\u74D7
JavaScript
\u74D7
Java
\u74D7
Json
\u74D7
Python
\u74D7
Perl
\x{74D7}
PHP
\x{74D7}
Ruby
\u{74D7}
Rust
\u{74D7}
Go
\u74D7

Web

CSS
\0074D7
HtmlDecimal
瓗
HtmlHexadecimal
瓗
Url
%E7%93%97

Code

MD5
604ecd00d5165778a3bf90b21af97956
Sha1
13db0fb526419113a0f2057a07d282518ac34e77
Base64
55OX

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u74D7';
console.log(char);  // Output: 瓗

Java:

char c = '\u74D7';
System.out.println(c);  // Output: 瓗

JSON:

{"text": "\u74D7"}  // Value: 瓗

Python:

char = '\u74D7'
print(char)  # Output: 瓗

Perl:

my $char = "\x{74D7}";
print $char;  # Output: 瓗

PHP:

$char = "\x{74D7}";
echo $char;  // Output: 瓗

Ruby:

char = "\u{74D7}"
puts char  # Output: 瓗

Rust:

let c = '\u{74D7}';
println!("{}", c);  // Output: 瓗

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0074D7";  /* Display: 瓗 */
}

HTML Decimal:

<p>HTML decimal: &#29911;</p>  <!-- Display: 瓗 -->

HTML Hexadecimal:

<p>HTML hex: &#x74D7;</p>  <!-- Display: 瓗 -->

URL Encoding:

// 瓗 URL encoding
https://unicodefinder.com/search.php?query=%E7%93%97

Encodings

MD5:

604ecd00d5165778a3bf90b21af97956

SHA1:

13db0fb526419113a0f2057a07d282518ac34e77

Base64:

55OX