Unicode Finder

"瑧" U+7467(CJK UNIFIED IDEOGRAPH-7467)

U+7467
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-7467

Programming

C
\u7467
JavaScript
\u7467
Java
\u7467
Json
\u7467
Python
\u7467
Perl
\x{7467}
PHP
\x{7467}
Ruby
\u{7467}
Rust
\u{7467}
Go
\u7467

Web

CSS
\007467
HtmlDecimal
瑧
HtmlHexadecimal
瑧
Url
%E7%91%A7

Code

MD5
4a84d1010a7b7885723dc6dea42be13d
Sha1
2e63d109315a144daaee3717e743a936486630c0
Base64
55Gn

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7467';
console.log(char);  // Output: 瑧

Java:

char c = '\u7467';
System.out.println(c);  // Output: 瑧

JSON:

{"text": "\u7467"}  // Value: 瑧

Python:

char = '\u7467'
print(char)  # Output: 瑧

Perl:

my $char = "\x{7467}";
print $char;  # Output: 瑧

PHP:

$char = "\x{7467}";
echo $char;  // Output: 瑧

Ruby:

char = "\u{7467}"
puts char  # Output: 瑧

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007467";  /* Display: 瑧 */
}

HTML Decimal:

<p>HTML decimal: &#29799;</p>  <!-- Display: 瑧 -->

HTML Hexadecimal:

<p>HTML hex: &#x7467;</p>  <!-- Display: 瑧 -->

URL Encoding:

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

Encodings

MD5:

4a84d1010a7b7885723dc6dea42be13d

SHA1:

2e63d109315a144daaee3717e743a936486630c0

Base64:

55Gn