Unicode Finder

"瘆" U+7606(CJK UNIFIED IDEOGRAPH-7606)

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

Programming

C
\u7606
JavaScript
\u7606
Java
\u7606
Json
\u7606
Python
\u7606
Perl
\x{7606}
PHP
\x{7606}
Ruby
\u{7606}
Rust
\u{7606}
Go
\u7606

Web

CSS
\007606
HtmlDecimal
瘆
HtmlHexadecimal
瘆
Url
%E7%98%86

Code

MD5
3dd203d05bbc3217318c30c766df3a11
Sha1
b709fd8399eb53231c8ff6cb9e4bdab32e47f4d7
Base64
55iG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7606';
console.log(char);  // Output: 瘆

Java:

char c = '\u7606';
System.out.println(c);  // Output: 瘆

JSON:

{"text": "\u7606"}  // Value: 瘆

Python:

char = '\u7606'
print(char)  # Output: 瘆

Perl:

my $char = "\x{7606}";
print $char;  # Output: 瘆

PHP:

$char = "\x{7606}";
echo $char;  // Output: 瘆

Ruby:

char = "\u{7606}"
puts char  # Output: 瘆

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007606";  /* Display: 瘆 */
}

HTML Decimal:

<p>HTML decimal: &#30214;</p>  <!-- Display: 瘆 -->

HTML Hexadecimal:

<p>HTML hex: &#x7606;</p>  <!-- Display: 瘆 -->

URL Encoding:

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

Encodings

MD5:

3dd203d05bbc3217318c30c766df3a11

SHA1:

b709fd8399eb53231c8ff6cb9e4bdab32e47f4d7

Base64:

55iG