C:
char c = '\u6134';
printf("%c\n", c); // Output: 愴
JavaScript:
const char = '\u6134';
console.log(char); // Output: 愴
Java:
char c = '\u6134';
System.out.println(c); // Output: 愴
JSON:
{"text": "\u6134"} // Value: 愴
Python:
char = '\u6134'
print(char) # Output: 愴
Perl:
my $char = "\x{6134}";
print $char; # Output: 愴
PHP:
$char = "\x{6134}";
echo $char; // Output: 愴
Ruby:
char = "\u{6134}"
puts char # Output: 愴
Rust:
let c = '\u{6134}';
println!("{}", c); // Output: 愴
Go:
char := '\u6134'
fmt.Printf("%c\n", char) // Output: 愴
CSS:
/* CSS content property */
.element::before {
content: "\006134"; /* 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%B4
MD5:
5b5732a6ab602a9187ca27847c0e788e
SHA1:
3620a7826412d8f0984162843bb9024e2d8a137f
Base64:
5oS0