C:
char c = '\u697B';
printf("%c\n", c); // Output: 楻
JavaScript:
const char = '\u697B';
console.log(char); // Output: 楻
Java:
char c = '\u697B';
System.out.println(c); // Output: 楻
JSON:
{"text": "\u697B"} // Value: 楻
Python:
char = '\u697B'
print(char) # Output: 楻
Perl:
my $char = "\x{697B}";
print $char; # Output: 楻
PHP:
$char = "\x{697B}";
echo $char; // Output: 楻
Ruby:
char = "\u{697B}"
puts char # Output: 楻
Rust:
let c = '\u{697B}';
println!("{}", c); // Output: 楻
Go:
char := '\u697B'
fmt.Printf("%c\n", char) // Output: 楻
CSS:
/* CSS content property */
.element::before {
content: "\00697B"; /* 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%BB
MD5:
2594540c80aef1b4fc26be75b281382d
SHA1:
47d217592e4d4428d666b5e2b50c8beae0f7412d
Base64:
5qW7