Unicode Finder

"瑹" U+7479(CJK UNIFIED IDEOGRAPH-7479)

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

Programming

C
\u7479
JavaScript
\u7479
Java
\u7479
Json
\u7479
Python
\u7479
Perl
\x{7479}
PHP
\x{7479}
Ruby
\u{7479}
Rust
\u{7479}
Go
\u7479

Web

CSS
\007479
HtmlDecimal
瑹
HtmlHexadecimal
瑹
Url
%E7%91%B9

Code

MD5
d0b233e63a6bd851163b9e8b5de8a753
Sha1
a486a4b8543563fefe333e45b3d283aa0db7db39
Base64
55G5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7479';
console.log(char);  // Output: 瑹

Java:

char c = '\u7479';
System.out.println(c);  // Output: 瑹

JSON:

{"text": "\u7479"}  // Value: 瑹

Python:

char = '\u7479'
print(char)  # Output: 瑹

Perl:

my $char = "\x{7479}";
print $char;  # Output: 瑹

PHP:

$char = "\x{7479}";
echo $char;  // Output: 瑹

Ruby:

char = "\u{7479}"
puts char  # Output: 瑹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007479";  /* Display: 瑹 */
}

HTML Decimal:

<p>HTML decimal: &#29817;</p>  <!-- Display: 瑹 -->

HTML Hexadecimal:

<p>HTML hex: &#x7479;</p>  <!-- Display: 瑹 -->

URL Encoding:

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

Encodings

MD5:

d0b233e63a6bd851163b9e8b5de8a753

SHA1:

a486a4b8543563fefe333e45b3d283aa0db7db39

Base64:

55G5