C:
char c = '\u66A3';
printf("%c\n", c); // Output: 暣
JavaScript:
const char = '\u66A3';
console.log(char); // Output: 暣
Java:
char c = '\u66A3';
System.out.println(c); // Output: 暣
JSON:
{"text": "\u66A3"} // Value: 暣
Python:
char = '\u66A3'
print(char) # Output: 暣
Perl:
my $char = "\x{66A3}";
print $char; # Output: 暣
PHP:
$char = "\x{66A3}";
echo $char; // Output: 暣
Ruby:
char = "\u{66A3}"
puts char # Output: 暣
Rust:
let c = '\u{66A3}';
println!("{}", c); // Output: 暣
Go:
char := '\u66A3'
fmt.Printf("%c\n", char) // Output: 暣
CSS:
/* CSS content property */
.element::before {
content: "\0066A3"; /* 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=%E6%9A%A3
MD5:
704198305bd1a85604a1ac5c54ac88fd
SHA1:
57bd64395558f128a0405d4edc9613867096af7c
Base64:
5pqj