Unicode Finder

"僼" U+50FC(CJK UNIFIED IDEOGRAPH-50FC)

U+50FC
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-50FC

Programming

C
\u50FC
JavaScript
\u50FC
Java
\u50FC
Json
\u50FC
Python
\u50FC
Perl
\x{50FC}
PHP
\x{50FC}
Ruby
\u{50FC}
Rust
\u{50FC}
Go
\u50FC

Web

CSS
\0050FC
HtmlDecimal
僼
HtmlHexadecimal
僼
Url
%E5%83%BC

Code

MD5
fc2a8ae5597de6e929c046d3bcdb89f9
Sha1
bb37734219b44dcc75b0c020f76034e6ce74f954
Base64
5YO8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u50FC';
console.log(char);  // Output: 僼

Java:

char c = '\u50FC';
System.out.println(c);  // Output: 僼

JSON:

{"text": "\u50FC"}  // Value: 僼

Python:

char = '\u50FC'
print(char)  # Output: 僼

Perl:

my $char = "\x{50FC}";
print $char;  # Output: 僼

PHP:

$char = "\x{50FC}";
echo $char;  // Output: 僼

Ruby:

char = "\u{50FC}"
puts char  # Output: 僼

Rust:

let c = '\u{50FC}';
println!("{}", c);  // Output: 僼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0050FC";  /* Display: 僼 */
}

HTML Decimal:

<p>HTML decimal: &#20732;</p>  <!-- Display: 僼 -->

HTML Hexadecimal:

<p>HTML hex: &#x50FC;</p>  <!-- Display: 僼 -->

URL Encoding:

// 僼 URL encoding
https://unicodefinder.com/search.php?query=%E5%83%BC

Encodings

MD5:

fc2a8ae5597de6e929c046d3bcdb89f9

SHA1:

bb37734219b44dcc75b0c020f76034e6ce74f954

Base64:

5YO8