C:
char c = '\u5276';
printf("%c\n", c); // Output: 剶
JavaScript:
const char = '\u5276';
console.log(char); // Output: 剶
Java:
char c = '\u5276';
System.out.println(c); // Output: 剶
JSON:
{"text": "\u5276"} // Value: 剶
Python:
char = '\u5276'
print(char) # Output: 剶
Perl:
my $char = "\x{5276}";
print $char; # Output: 剶
PHP:
$char = "\x{5276}";
echo $char; // Output: 剶
Ruby:
char = "\u{5276}"
puts char # Output: 剶
Rust:
let c = '\u{5276}';
println!("{}", c); // Output: 剶
Go:
char := '\u5276'
fmt.Printf("%c\n", char) // Output: 剶
CSS:
/* CSS content property */
.element::before {
content: "\005276"; /* 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=%E5%89%B6
MD5:
597ffdfe063357547df9a66099c00af2
SHA1:
a87478eaa007e71b7f11a7a6fcd699624f684d78
Base64:
5Ym2