C:
char c = '\u6139';
printf("%c\n", c); // Output: 愹
JavaScript:
const char = '\u6139';
console.log(char); // Output: 愹
Java:
char c = '\u6139';
System.out.println(c); // Output: 愹
JSON:
{"text": "\u6139"} // Value: 愹
Python:
char = '\u6139'
print(char) # Output: 愹
Perl:
my $char = "\x{6139}";
print $char; # Output: 愹
PHP:
$char = "\x{6139}";
echo $char; // Output: 愹
Ruby:
char = "\u{6139}"
puts char # Output: 愹
Rust:
let c = '\u{6139}';
println!("{}", c); // Output: 愹
Go:
char := '\u6139'
fmt.Printf("%c\n", char) // Output: 愹
CSS:
/* CSS content property */
.element::before {
content: "\006139"; /* 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%B9
MD5:
2e67fbc932786b75284c2c6ddba1f719
SHA1:
348d2adc1daae65f59b710e4d2f8c511ebf8dfe3
Base64:
5oS5