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