C:
char c = '\u611F';
printf("%c\n", c); // Output: 感
JavaScript:
const char = '\u611F';
console.log(char); // Output: 感
Java:
char c = '\u611F';
System.out.println(c); // Output: 感
JSON:
{"text": "\u611F"} // Value: 感
Python:
char = '\u611F'
print(char) # Output: 感
Perl:
my $char = "\x{611F}";
print $char; # Output: 感
PHP:
$char = "\x{611F}";
echo $char; // Output: 感
Ruby:
char = "\u{611F}"
puts char # Output: 感
Rust:
let c = '\u{611F}';
println!("{}", c); // Output: 感
Go:
char := '\u611F'
fmt.Printf("%c\n", char) // Output: 感
CSS:
/* CSS content property */
.element::before {
content: "\00611F"; /* 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%9F
MD5:
ef538fc3e75474507fa7e532f01d5a31
SHA1:
189e4cb14073a2fb717aa11408379d9c2450dc86
Base64:
5oSf