Unicode Finder

"瘴" U+7634(CJK UNIFIED IDEOGRAPH-7634)

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

Programming

C
\u7634
JavaScript
\u7634
Java
\u7634
Json
\u7634
Python
\u7634
Perl
\x{7634}
PHP
\x{7634}
Ruby
\u{7634}
Rust
\u{7634}
Go
\u7634

Web

CSS
\007634
HtmlDecimal
瘴
HtmlHexadecimal
瘴
Url
%E7%98%B4

Code

MD5
f06ab9c5df6220e9d98509483396bb78
Sha1
fd315b73155ae365848da7b813b778eed2288a21
Base64
55i0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7634';
console.log(char);  // Output: 瘴

Java:

char c = '\u7634';
System.out.println(c);  // Output: 瘴

JSON:

{"text": "\u7634"}  // Value: 瘴

Python:

char = '\u7634'
print(char)  # Output: 瘴

Perl:

my $char = "\x{7634}";
print $char;  # Output: 瘴

PHP:

$char = "\x{7634}";
echo $char;  // Output: 瘴

Ruby:

char = "\u{7634}"
puts char  # Output: 瘴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007634";  /* Display: 瘴 */
}

HTML Decimal:

<p>HTML decimal: &#30260;</p>  <!-- Display: 瘴 -->

HTML Hexadecimal:

<p>HTML hex: &#x7634;</p>  <!-- Display: 瘴 -->

URL Encoding:

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

Encodings

MD5:

f06ab9c5df6220e9d98509483396bb78

SHA1:

fd315b73155ae365848da7b813b778eed2288a21

Base64:

55i0