C:
char c = '\u67F4';
printf("%c\n", c); // Output: 柴
JavaScript:
const char = '\u67F4';
console.log(char); // Output: 柴
Java:
char c = '\u67F4';
System.out.println(c); // Output: 柴
JSON:
{"text": "\u67F4"} // Value: 柴
Python:
char = '\u67F4'
print(char) # Output: 柴
Perl:
my $char = "\x{67F4}";
print $char; # Output: 柴
PHP:
$char = "\x{67F4}";
echo $char; // Output: 柴
Ruby:
char = "\u{67F4}"
puts char # Output: 柴
Rust:
let c = '\u{67F4}';
println!("{}", c); // Output: 柴
Go:
char := '\u67F4'
fmt.Printf("%c\n", char) // Output: 柴
CSS:
/* CSS content property */
.element::before {
content: "\0067F4"; /* 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%9F%B4
MD5:
acbd7773162f91d18933189a851c6bf4
SHA1:
0dec8d293e193b039b014caf64e387a266e51721
Base64:
5p+0