Unicode Finder

"嚀" U+5680(CJK UNIFIED IDEOGRAPH-5680)

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

Programming

C
\u5680
JavaScript
\u5680
Java
\u5680
Json
\u5680
Python
\u5680
Perl
\x{5680}
PHP
\x{5680}
Ruby
\u{5680}
Rust
\u{5680}
Go
\u5680

Web

CSS
\005680
HtmlDecimal
嚀
HtmlHexadecimal
嚀
Url
%E5%9A%80

Code

MD5
ff4de2927d57e736826adf279ffc26cc
Sha1
96b3a846c28217c0ad30b63ad1bc9a9e77eada8c
Base64
5ZqA

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5680';
console.log(char);  // Output: 嚀

Java:

char c = '\u5680';
System.out.println(c);  // Output: 嚀

JSON:

{"text": "\u5680"}  // Value: 嚀

Python:

char = '\u5680'
print(char)  # Output: 嚀

Perl:

my $char = "\x{5680}";
print $char;  # Output: 嚀

PHP:

$char = "\x{5680}";
echo $char;  // Output: 嚀

Ruby:

char = "\u{5680}"
puts char  # Output: 嚀

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005680";  /* Display: 嚀 */
}

HTML Decimal:

<p>HTML decimal: &#22144;</p>  <!-- Display: 嚀 -->

HTML Hexadecimal:

<p>HTML hex: &#x5680;</p>  <!-- Display: 嚀 -->

URL Encoding:

// 嚀 URL encoding
https://unicodefinder.com/search.php?query=%E5%9A%80

Encodings

MD5:

ff4de2927d57e736826adf279ffc26cc

SHA1:

96b3a846c28217c0ad30b63ad1bc9a9e77eada8c

Base64:

5ZqA