C:
char c = '\u6507';
printf("%c\n", c); // Output: 攇
JavaScript:
const char = '\u6507';
console.log(char); // Output: 攇
Java:
char c = '\u6507';
System.out.println(c); // Output: 攇
JSON:
{"text": "\u6507"} // Value: 攇
Python:
char = '\u6507'
print(char) # Output: 攇
Perl:
my $char = "\x{6507}";
print $char; # Output: 攇
PHP:
$char = "\x{6507}";
echo $char; // Output: 攇
Ruby:
char = "\u{6507}"
puts char # Output: 攇
Rust:
let c = '\u{6507}';
println!("{}", c); // Output: 攇
Go:
char := '\u6507'
fmt.Printf("%c\n", char) // Output: 攇
CSS:
/* CSS content property */
.element::before {
content: "\006507"; /* 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%94%87
MD5:
2d27e6ce690f0fe31eb504093b5c5750
SHA1:
b7e1ce11d9ef3b0ba3bbc45125e8fab6d8ea6215
Base64:
5pSH