Unicode Finder

"瑴" U+7474(CJK UNIFIED IDEOGRAPH-7474)

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

Programming

C
\u7474
JavaScript
\u7474
Java
\u7474
Json
\u7474
Python
\u7474
Perl
\x{7474}
PHP
\x{7474}
Ruby
\u{7474}
Rust
\u{7474}
Go
\u7474

Web

CSS
\007474
HtmlDecimal
瑴
HtmlHexadecimal
瑴
Url
%E7%91%B4

Code

MD5
847bd23fe40e468f39511cd477b3b270
Sha1
49e8b64b5df007d638e753456e18e21d37fd3cc5
Base64
55G0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7474';
console.log(char);  // Output: 瑴

Java:

char c = '\u7474';
System.out.println(c);  // Output: 瑴

JSON:

{"text": "\u7474"}  // Value: 瑴

Python:

char = '\u7474'
print(char)  # Output: 瑴

Perl:

my $char = "\x{7474}";
print $char;  # Output: 瑴

PHP:

$char = "\x{7474}";
echo $char;  // Output: 瑴

Ruby:

char = "\u{7474}"
puts char  # Output: 瑴

Rust:

let c = '\u{7474}';
println!("{}", c);  // Output: 瑴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007474";  /* Display: 瑴 */
}

HTML Decimal:

<p>HTML decimal: &#29812;</p>  <!-- Display: 瑴 -->

HTML Hexadecimal:

<p>HTML hex: &#x7474;</p>  <!-- Display: 瑴 -->

URL Encoding:

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

Encodings

MD5:

847bd23fe40e468f39511cd477b3b270

SHA1:

49e8b64b5df007d638e753456e18e21d37fd3cc5

Base64:

55G0