C:
char c = '\u604C';
printf("%c\n", c); // Output: 恌
JavaScript:
const char = '\u604C';
console.log(char); // Output: 恌
Java:
char c = '\u604C';
System.out.println(c); // Output: 恌
JSON:
{"text": "\u604C"} // Value: 恌
Python:
char = '\u604C'
print(char) # Output: 恌
Perl:
my $char = "\x{604C}";
print $char; # Output: 恌
PHP:
$char = "\x{604C}";
echo $char; // Output: 恌
Ruby:
char = "\u{604C}"
puts char # Output: 恌
Rust:
let c = '\u{604C}';
println!("{}", c); // Output: 恌
Go:
char := '\u604C'
fmt.Printf("%c\n", char) // Output: 恌
CSS:
/* CSS content property */
.element::before {
content: "\00604C"; /* 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%81%8C
MD5:
088d3ef5ade1deaba62aaa7d028ebf2e
SHA1:
c01e24ceec2a099b0e4dff1979c3e8f94bda35c1
Base64:
5oGM