Unicode Finder

"瘇" U+7607(CJK UNIFIED IDEOGRAPH-7607)

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

Programming

C
\u7607
JavaScript
\u7607
Java
\u7607
Json
\u7607
Python
\u7607
Perl
\x{7607}
PHP
\x{7607}
Ruby
\u{7607}
Rust
\u{7607}
Go
\u7607

Web

CSS
\007607
HtmlDecimal
瘇
HtmlHexadecimal
瘇
Url
%E7%98%87

Code

MD5
091f24a9935e7624a56213b3b1a97419
Sha1
df62144c37eed1636ff3dd7489ab9385a3400c12
Base64
55iH

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7607';
console.log(char);  // Output: 瘇

Java:

char c = '\u7607';
System.out.println(c);  // Output: 瘇

JSON:

{"text": "\u7607"}  // Value: 瘇

Python:

char = '\u7607'
print(char)  # Output: 瘇

Perl:

my $char = "\x{7607}";
print $char;  # Output: 瘇

PHP:

$char = "\x{7607}";
echo $char;  // Output: 瘇

Ruby:

char = "\u{7607}"
puts char  # Output: 瘇

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007607";  /* Display: 瘇 */
}

HTML Decimal:

<p>HTML decimal: &#30215;</p>  <!-- Display: 瘇 -->

HTML Hexadecimal:

<p>HTML hex: &#x7607;</p>  <!-- Display: 瘇 -->

URL Encoding:

// 瘇 URL encoding
https://unicodefinder.com/search.php?query=%E7%98%87

Encodings

MD5:

091f24a9935e7624a56213b3b1a97419

SHA1:

df62144c37eed1636ff3dd7489ab9385a3400c12

Base64:

55iH