C:
char c = '\u695B';
printf("%c\n", c); // Output: 楛
JavaScript:
const char = '\u695B';
console.log(char); // Output: 楛
Java:
char c = '\u695B';
System.out.println(c); // Output: 楛
JSON:
{"text": "\u695B"} // Value: 楛
Python:
char = '\u695B'
print(char) # Output: 楛
Perl:
my $char = "\x{695B}";
print $char; # Output: 楛
PHP:
$char = "\x{695B}";
echo $char; // Output: 楛
Ruby:
char = "\u{695B}"
puts char # Output: 楛
Rust:
let c = '\u{695B}';
println!("{}", c); // Output: 楛
Go:
char := '\u695B'
fmt.Printf("%c\n", char) // Output: 楛
CSS:
/* CSS content property */
.element::before {
content: "\00695B"; /* 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%9B
MD5:
03643a1c71fc4e2afebafd728662ad9a
SHA1:
b2f24003cb6088b16760715b637e5ce88df8c642
Base64:
5qWb