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