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