C:
char c = '\u7615';
printf("%c\n", c); // Output: 瘕
JavaScript:
const char = '\u7615';
console.log(char); // Output: 瘕
Java:
char c = '\u7615';
System.out.println(c); // Output: 瘕
JSON:
{"text": "\u7615"} // Value: 瘕
Python:
char = '\u7615'
print(char) # Output: 瘕
Perl:
my $char = "\x{7615}";
print $char; # Output: 瘕
PHP:
$char = "\x{7615}";
echo $char; // Output: 瘕
Ruby:
char = "\u{7615}"
puts char # Output: 瘕
Rust:
let c = '\u{7615}';
println!("{}", c); // Output: 瘕
Go:
char := '\u7615'
fmt.Printf("%c\n", char) // Output: 瘕
CSS:
/* CSS content property */
.element::before {
content: "\007615"; /* 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=%E7%98%95
MD5:
c2e8c4a1c918198c8beec9e1b0a13437
SHA1:
6b27790660dbac31dc3b54870445579c939ad7a1
Base64:
55iV