C:
char c = '\u50F4';
printf("%c\n", c); // Output: 僴
JavaScript:
const char = '\u50F4';
console.log(char); // Output: 僴
Java:
char c = '\u50F4';
System.out.println(c); // Output: 僴
JSON:
{"text": "\u50F4"} // Value: 僴
Python:
char = '\u50F4'
print(char) # Output: 僴
Perl:
my $char = "\x{50F4}";
print $char; # Output: 僴
PHP:
$char = "\x{50F4}";
echo $char; // Output: 僴
Ruby:
char = "\u{50F4}"
puts char # Output: 僴
Rust:
let c = '\u{50F4}';
println!("{}", c); // Output: 僴
Go:
char := '\u50F4'
fmt.Printf("%c\n", char) // Output: 僴
CSS:
/* CSS content property */
.element::before {
content: "\0050F4"; /* 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%B4
MD5:
8a7d7efe47e133fc5040c97174ef0cc8
SHA1:
f7114ef920546974f331d930ab33e4d8478e67c7
Base64:
5YO0