Unicode Finder

"賻" U+8CFB(CJK UNIFIED IDEOGRAPH-8CFB)

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

Programming

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

Web

CSS
\008CFB
HtmlDecimal
賻
HtmlHexadecimal
賻
Url
%E8%B3%BB

Code

MD5
0653d0c484ff792ff90b15add76fb365
Sha1
ebe7a7a7b07845003629c91b96a75f427ee61d43
Base64
6LO7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8CFB';
console.log(char);  // Output: 賻

Java:

char c = '\u8CFB';
System.out.println(c);  // Output: 賻

JSON:

{"text": "\u8CFB"}  // Value: 賻

Python:

char = '\u8CFB'
print(char)  # Output: 賻

Perl:

my $char = "\x{8CFB}";
print $char;  # Output: 賻

PHP:

$char = "\x{8CFB}";
echo $char;  // Output: 賻

Ruby:

char = "\u{8CFB}"
puts char  # Output: 賻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36091;</p>  <!-- Display: 賻 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CFB;</p>  <!-- Display: 賻 -->

URL Encoding:

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

Encodings

MD5:

0653d0c484ff792ff90b15add76fb365

SHA1:

ebe7a7a7b07845003629c91b96a75f427ee61d43

Base64:

6LO7