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