C:
char c = '\u6125';
printf("%c\n", c); // Output: 愥
JavaScript:
const char = '\u6125';
console.log(char); // Output: 愥
Java:
char c = '\u6125';
System.out.println(c); // Output: 愥
JSON:
{"text": "\u6125"} // Value: 愥
Python:
char = '\u6125'
print(char) # Output: 愥
Perl:
my $char = "\x{6125}";
print $char; # Output: 愥
PHP:
$char = "\x{6125}";
echo $char; // Output: 愥
Ruby:
char = "\u{6125}"
puts char # Output: 愥
Rust:
let c = '\u{6125}';
println!("{}", c); // Output: 愥
Go:
char := '\u6125'
fmt.Printf("%c\n", char) // Output: 愥
CSS:
/* CSS content property */
.element::before {
content: "\006125"; /* 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%84%A5
MD5:
177badadb241892cafbcc805817b4d51
SHA1:
c20227d11c58bad9b50ff2d628018fd5d8986fbd
Base64:
5oSl