Unicode Finder

"賴" U+8CF4(CJK UNIFIED IDEOGRAPH-8CF4)

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

Programming

C
\u8CF4
JavaScript
\u8CF4
Java
\u8CF4
Json
\u8CF4
Python
\u8CF4
Perl
\x{8CF4}
PHP
\x{8CF4}
Ruby
\u{8CF4}
Rust
\u{8CF4}
Go
\u8CF4

Web

CSS
\008CF4
HtmlDecimal
賴
HtmlHexadecimal
賴
Url
%E8%B3%B4

Code

MD5
40bf82963a62b6023dff2dc26a1a97e5
Sha1
79950b30309fbca369d2093485e794da41141c19
Base64
6LO0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8CF4';
console.log(char);  // Output: 賴

Java:

char c = '\u8CF4';
System.out.println(c);  // Output: 賴

JSON:

{"text": "\u8CF4"}  // Value: 賴

Python:

char = '\u8CF4'
print(char)  # Output: 賴

Perl:

my $char = "\x{8CF4}";
print $char;  # Output: 賴

PHP:

$char = "\x{8CF4}";
echo $char;  // Output: 賴

Ruby:

char = "\u{8CF4}"
puts char  # Output: 賴

Rust:

let c = '\u{8CF4}';
println!("{}", c);  // Output: 賴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008CF4";  /* Display: 賴 */
}

HTML Decimal:

<p>HTML decimal: &#36084;</p>  <!-- Display: 賴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CF4;</p>  <!-- Display: 賴 -->

URL Encoding:

// 賴 URL encoding
https://unicodefinder.com/search.php?query=%E8%B3%B4

Encodings

MD5:

40bf82963a62b6023dff2dc26a1a97e5

SHA1:

79950b30309fbca369d2093485e794da41141c19

Base64:

6LO0