Unicode Finder

"嘸" U+5638(CJK UNIFIED IDEOGRAPH-5638)

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

Programming

C
\u5638
JavaScript
\u5638
Java
\u5638
Json
\u5638
Python
\u5638
Perl
\x{5638}
PHP
\x{5638}
Ruby
\u{5638}
Rust
\u{5638}
Go
\u5638

Web

CSS
\005638
HtmlDecimal
嘸
HtmlHexadecimal
嘸
Url
%E5%98%B8

Code

MD5
34e8a8154f9af8d2ccac0dbe04da8a14
Sha1
f8c2df3ee3fdcd2650799bcae8e23bff7e3e28ab
Base64
5Zi4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5638';
console.log(char);  // Output: 嘸

Java:

char c = '\u5638';
System.out.println(c);  // Output: 嘸

JSON:

{"text": "\u5638"}  // Value: 嘸

Python:

char = '\u5638'
print(char)  # Output: 嘸

Perl:

my $char = "\x{5638}";
print $char;  # Output: 嘸

PHP:

$char = "\x{5638}";
echo $char;  // Output: 嘸

Ruby:

char = "\u{5638}"
puts char  # Output: 嘸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005638";  /* Display: 嘸 */
}

HTML Decimal:

<p>HTML decimal: &#22072;</p>  <!-- Display: 嘸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5638;</p>  <!-- Display: 嘸 -->

URL Encoding:

// 嘸 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%B8

Encodings

MD5:

34e8a8154f9af8d2ccac0dbe04da8a14

SHA1:

f8c2df3ee3fdcd2650799bcae8e23bff7e3e28ab

Base64:

5Zi4