Unicode Finder

"賹" U+8CF9(CJK UNIFIED IDEOGRAPH-8CF9)

U+8CF9
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8CF9

Programming

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

Web

CSS
\008CF9
HtmlDecimal
賹
HtmlHexadecimal
賹
Url
%E8%B3%B9

Code

MD5
821036762faf6959684b6055b25c84ad
Sha1
d107d69b3b0d95b87164ef60234b20e0c7091937
Base64
6LO5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8CF9';
console.log(char);  // Output: 賹

Java:

char c = '\u8CF9';
System.out.println(c);  // Output: 賹

JSON:

{"text": "\u8CF9"}  // Value: 賹

Python:

char = '\u8CF9'
print(char)  # Output: 賹

Perl:

my $char = "\x{8CF9}";
print $char;  # Output: 賹

PHP:

$char = "\x{8CF9}";
echo $char;  // Output: 賹

Ruby:

char = "\u{8CF9}"
puts char  # Output: 賹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36089;</p>  <!-- Display: 賹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CF9;</p>  <!-- Display: 賹 -->

URL Encoding:

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

Encodings

MD5:

821036762faf6959684b6055b25c84ad

SHA1:

d107d69b3b0d95b87164ef60234b20e0c7091937

Base64:

6LO5