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