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