C:
char c = '\u60FB';
printf("%c\n", c); // Output: 惻
JavaScript:
const char = '\u60FB';
console.log(char); // Output: 惻
Java:
char c = '\u60FB';
System.out.println(c); // Output: 惻
JSON:
{"text": "\u60FB"} // Value: 惻
Python:
char = '\u60FB'
print(char) # Output: 惻
Perl:
my $char = "\x{60FB}";
print $char; # Output: 惻
PHP:
$char = "\x{60FB}";
echo $char; // Output: 惻
Ruby:
char = "\u{60FB}"
puts char # Output: 惻
Rust:
let c = '\u{60FB}';
println!("{}", c); // Output: 惻
Go:
char := '\u60FB'
fmt.Printf("%c\n", char) // Output: 惻
CSS:
/* CSS content property */
.element::before {
content: "\0060FB"; /* 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%83%BB
MD5:
576a32d1c5edfc7219b8593a7e6762c7
SHA1:
dde72176203c3658398b5f131f34b811bf4dafaf
Base64:
5oO7