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