Unicode Finder

"賵" U+8CF5(CJK UNIFIED IDEOGRAPH-8CF5)

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

Programming

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

Web

CSS
\008CF5
HtmlDecimal
賵
HtmlHexadecimal
賵
Url
%E8%B3%B5

Code

MD5
1d4d7b6ebb3fc4282cc2792857cbd144
Sha1
7e5ca1771b67e4f409efe238db01539d19014a58
Base64
6LO1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8CF5';
console.log(char);  // Output: 賵

Java:

char c = '\u8CF5';
System.out.println(c);  // Output: 賵

JSON:

{"text": "\u8CF5"}  // Value: 賵

Python:

char = '\u8CF5'
print(char)  # Output: 賵

Perl:

my $char = "\x{8CF5}";
print $char;  # Output: 賵

PHP:

$char = "\x{8CF5}";
echo $char;  // Output: 賵

Ruby:

char = "\u{8CF5}"
puts char  # Output: 賵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36085;</p>  <!-- Display: 賵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CF5;</p>  <!-- Display: 賵 -->

URL Encoding:

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

Encodings

MD5:

1d4d7b6ebb3fc4282cc2792857cbd144

SHA1:

7e5ca1771b67e4f409efe238db01539d19014a58

Base64:

6LO1