C:
char c = '\u6138';
printf("%c\n", c); // Output: 愸
JavaScript:
const char = '\u6138';
console.log(char); // Output: 愸
Java:
char c = '\u6138';
System.out.println(c); // Output: 愸
JSON:
{"text": "\u6138"} // Value: 愸
Python:
char = '\u6138'
print(char) # Output: 愸
Perl:
my $char = "\x{6138}";
print $char; # Output: 愸
PHP:
$char = "\x{6138}";
echo $char; // Output: 愸
Ruby:
char = "\u{6138}"
puts char # Output: 愸
Rust:
let c = '\u{6138}';
println!("{}", c); // Output: 愸
Go:
char := '\u6138'
fmt.Printf("%c\n", char) // Output: 愸
CSS:
/* CSS content property */
.element::before {
content: "\006138"; /* 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%B8
MD5:
97eb8916bed1c483cf3ed1c53ae65b71
SHA1:
da9f0b580c45a643b1dca7edc157f73f8d078472
Base64:
5oS4