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: 僼
CSS:
/* CSS content property */
.element::before {
content: "\0050FC"; /* Display: 僼 */
}
HTML Decimal:
<p>HTML decimal: 僼</p> <!-- Display: 僼 -->
HTML Hexadecimal:
<p>HTML hex: 僼</p> <!-- Display: 僼 -->
URL Encoding:
// 僼 URL encoding
https://unicodefinder.com/search.php?query=%E5%83%BC
MD5:
fc2a8ae5597de6e929c046d3bcdb89f9
SHA1:
bb37734219b44dcc75b0c020f76034e6ce74f954
Base64:
5YO8