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