C:
char c = '\u69FB';
printf("%c\n", c); // Output: 槻
JavaScript:
const char = '\u69FB';
console.log(char); // Output: 槻
Java:
char c = '\u69FB';
System.out.println(c); // Output: 槻
JSON:
{"text": "\u69FB"} // Value: 槻
Python:
char = '\u69FB'
print(char) # Output: 槻
Perl:
my $char = "\x{69FB}";
print $char; # Output: 槻
PHP:
$char = "\x{69FB}";
echo $char; // Output: 槻
Ruby:
char = "\u{69FB}"
puts char # Output: 槻
Rust:
let c = '\u{69FB}';
println!("{}", c); // Output: 槻
Go:
char := '\u69FB'
fmt.Printf("%c\n", char) // Output: 槻
CSS:
/* CSS content property */
.element::before {
content: "\0069FB"; /* 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%A7%BB
MD5:
b3e66cdfee0bcce9a272edab2ed5834f
SHA1:
6f103f759eaa3f6186591955f7022b7770e992bf
Base64:
5qe7