Unicode Finder

"瑸" U+7478(CJK UNIFIED IDEOGRAPH-7478)

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

Programming

C
\u7478
JavaScript
\u7478
Java
\u7478
Json
\u7478
Python
\u7478
Perl
\x{7478}
PHP
\x{7478}
Ruby
\u{7478}
Rust
\u{7478}
Go
\u7478

Web

CSS
\007478
HtmlDecimal
瑸
HtmlHexadecimal
瑸
Url
%E7%91%B8

Code

MD5
1c5ff15bacba0d0a42fc5d50ef1c3911
Sha1
8351620d33afe8b580fc1f0f1ea8dd26fb6d7afe
Base64
55G4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7478';
console.log(char);  // Output: 瑸

Java:

char c = '\u7478';
System.out.println(c);  // Output: 瑸

JSON:

{"text": "\u7478"}  // Value: 瑸

Python:

char = '\u7478'
print(char)  # Output: 瑸

Perl:

my $char = "\x{7478}";
print $char;  # Output: 瑸

PHP:

$char = "\x{7478}";
echo $char;  // Output: 瑸

Ruby:

char = "\u{7478}"
puts char  # Output: 瑸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007478";  /* Display: 瑸 */
}

HTML Decimal:

<p>HTML decimal: &#29816;</p>  <!-- Display: 瑸 -->

HTML Hexadecimal:

<p>HTML hex: &#x7478;</p>  <!-- Display: 瑸 -->

URL Encoding:

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

Encodings

MD5:

1c5ff15bacba0d0a42fc5d50ef1c3911

SHA1:

8351620d33afe8b580fc1f0f1ea8dd26fb6d7afe

Base64:

55G4