C:
char c = '\u917C';
printf("%c\n", c); // Output: 酼
JavaScript:
const char = '\u917C';
console.log(char); // Output: 酼
Java:
char c = '\u917C';
System.out.println(c); // Output: 酼
JSON:
{"text": "\u917C"} // Value: 酼
Python:
char = '\u917C'
print(char) # Output: 酼
Perl:
my $char = "\x{917C}";
print $char; # Output: 酼
PHP:
$char = "\x{917C}";
echo $char; // Output: 酼
Ruby:
char = "\u{917C}"
puts char # Output: 酼
Rust:
let c = '\u{917C}';
println!("{}", c); // Output: 酼
Go:
char := '\u917C'
fmt.Printf("%c\n", char) // Output: 酼
CSS:
/* CSS content property */
.element::before {
content: "\00917C"; /* 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=%E9%85%BC
MD5:
32878997aa980f63584f5ba141d3abef
SHA1:
0266f952b5dc8b26c57395428a3e823fc0084b17
Base64:
6YW8