C:
char c = '\u6190';
printf("%c\n", c); // Output: 憐
JavaScript:
const char = '\u6190';
console.log(char); // Output: 憐
Java:
char c = '\u6190';
System.out.println(c); // Output: 憐
JSON:
{"text": "\u6190"} // Value: 憐
Python:
char = '\u6190'
print(char) # Output: 憐
Perl:
my $char = "\x{6190}";
print $char; # Output: 憐
PHP:
$char = "\x{6190}";
echo $char; // Output: 憐
Ruby:
char = "\u{6190}"
puts char # Output: 憐
Rust:
let c = '\u{6190}';
println!("{}", c); // Output: 憐
Go:
char := '\u6190'
fmt.Printf("%c\n", char) // Output: 憐
CSS:
/* CSS content property */
.element::before {
content: "\006190"; /* 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%86%90
MD5:
6a00ca10252415d5a8b0d0738c2abfa2
SHA1:
628c5a88fa82bec0f0dba79ee42aa29d2b849395
Base64:
5oaQ