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