C:
char c = '\u5274';
printf("%c\n", c); // Output: 剴
JavaScript:
const char = '\u5274';
console.log(char); // Output: 剴
Java:
char c = '\u5274';
System.out.println(c); // Output: 剴
JSON:
{"text": "\u5274"} // Value: 剴
Python:
char = '\u5274'
print(char) # Output: 剴
Perl:
my $char = "\x{5274}";
print $char; # Output: 剴
PHP:
$char = "\x{5274}";
echo $char; // Output: 剴
Ruby:
char = "\u{5274}"
puts char # Output: 剴
Rust:
let c = '\u{5274}';
println!("{}", c); // Output: 剴
Go:
char := '\u5274'
fmt.Printf("%c\n", char) // Output: 剴
CSS:
/* CSS content property */
.element::before {
content: "\005274"; /* 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%B4
MD5:
b1bb3e0205c26a2af39ebbbaef8e0367
SHA1:
dde98e3f92cef015b5a433a2664dc93b01bff721
Base64:
5Ym0