C:
char c = '\u613F';
printf("%c\n", c); // Output: 愿
JavaScript:
const char = '\u613F';
console.log(char); // Output: 愿
Java:
char c = '\u613F';
System.out.println(c); // Output: 愿
JSON:
{"text": "\u613F"} // Value: 愿
Python:
char = '\u613F'
print(char) # Output: 愿
Perl:
my $char = "\x{613F}";
print $char; # Output: 愿
PHP:
$char = "\x{613F}";
echo $char; // Output: 愿
Ruby:
char = "\u{613F}"
puts char # Output: 愿
Rust:
let c = '\u{613F}';
println!("{}", c); // Output: 愿
Go:
char := '\u613F'
fmt.Printf("%c\n", char) // Output: 愿
CSS:
/* CSS content property */
.element::before {
content: "\00613F"; /* 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%BF
MD5:
964920d879d46eceb130fa5da111bf17
SHA1:
d8f05dbac080e4a05c64b8e5d3a4b9ead676b88a
Base64:
5oS/