C:
char c = '\u691B';
printf("%c\n", c); // Output: 椛
JavaScript:
const char = '\u691B';
console.log(char); // Output: 椛
Java:
char c = '\u691B';
System.out.println(c); // Output: 椛
JSON:
{"text": "\u691B"} // Value: 椛
Python:
char = '\u691B'
print(char) # Output: 椛
Perl:
my $char = "\x{691B}";
print $char; # Output: 椛
PHP:
$char = "\x{691B}";
echo $char; // Output: 椛
Ruby:
char = "\u{691B}"
puts char # Output: 椛
Rust:
let c = '\u{691B}';
println!("{}", c); // Output: 椛
Go:
char := '\u691B'
fmt.Printf("%c\n", char) // Output: 椛
CSS:
/* CSS content property */
.element::before {
content: "\00691B"; /* 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%A4%9B
MD5:
059f0fe050b59b90d46c7f77432b263d
SHA1:
864e3d4259b65f797baaa5c24d78b77f2840dfcb
Base64:
5qSb