Unicode Finder

"賸" U+8CF8(CJK UNIFIED IDEOGRAPH-8CF8)

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

Programming

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

Web

CSS
\008CF8
HtmlDecimal
賸
HtmlHexadecimal
賸
Url
%E8%B3%B8

Code

MD5
108866c744b543bd358e314ec9093c53
Sha1
ff2b45f96e0f0668acf62933013cc7f47367e5cc
Base64
6LO4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8CF8';
console.log(char);  // Output: 賸

Java:

char c = '\u8CF8';
System.out.println(c);  // Output: 賸

JSON:

{"text": "\u8CF8"}  // Value: 賸

Python:

char = '\u8CF8'
print(char)  # Output: 賸

Perl:

my $char = "\x{8CF8}";
print $char;  # Output: 賸

PHP:

$char = "\x{8CF8}";
echo $char;  // Output: 賸

Ruby:

char = "\u{8CF8}"
puts char  # Output: 賸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36088;</p>  <!-- Display: 賸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CF8;</p>  <!-- Display: 賸 -->

URL Encoding:

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

Encodings

MD5:

108866c744b543bd358e314ec9093c53

SHA1:

ff2b45f96e0f0668acf62933013cc7f47367e5cc

Base64:

6LO4