Unicode Finder

"僽" U+50FD(CJK UNIFIED IDEOGRAPH-50FD)

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

Programming

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

Web

CSS
\0050FD
HtmlDecimal
僽
HtmlHexadecimal
僽
Url
%E5%83%BD

Code

MD5
e9f3ad079a2e51c4d6187565d51283b3
Sha1
dd4535d89e18aec3b7b39228abae11e42a587d73
Base64
5YO9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u50FD';
console.log(char);  // Output: 僽

Java:

char c = '\u50FD';
System.out.println(c);  // Output: 僽

JSON:

{"text": "\u50FD"}  // Value: 僽

Python:

char = '\u50FD'
print(char)  # Output: 僽

Perl:

my $char = "\x{50FD}";
print $char;  # Output: 僽

PHP:

$char = "\x{50FD}";
echo $char;  // Output: 僽

Ruby:

char = "\u{50FD}"
puts char  # Output: 僽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20733;</p>  <!-- Display: 僽 -->

HTML Hexadecimal:

<p>HTML hex: &#x50FD;</p>  <!-- Display: 僽 -->

URL Encoding:

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

Encodings

MD5:

e9f3ad079a2e51c4d6187565d51283b3

SHA1:

dd4535d89e18aec3b7b39228abae11e42a587d73

Base64:

5YO9