C:
char c = '\u596C';
printf("%c\n", c); // Output: 奬
JavaScript:
const char = '\u596C';
console.log(char); // Output: 奬
Java:
char c = '\u596C';
System.out.println(c); // Output: 奬
JSON:
{"text": "\u596C"} // Value: 奬
Python:
char = '\u596C'
print(char) # Output: 奬
Perl:
my $char = "\x{596C}";
print $char; # Output: 奬
PHP:
$char = "\x{596C}";
echo $char; // Output: 奬
Ruby:
char = "\u{596C}"
puts char # Output: 奬
Rust:
let c = '\u{596C}';
println!("{}", c); // Output: 奬
Go:
char := '\u596C'
fmt.Printf("%c\n", char) // Output: 奬
CSS:
/* CSS content property */
.element::before {
content: "\00596C"; /* 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%A5%AC
MD5:
ad8d4d68beda7ac69ec478787515c4bd
SHA1:
c13389e0e6c8d4a73e2ce2cef23cb7872a0be431
Base64:
5aWs