C:
char c = '\u561B';
printf("%c\n", c); // Output: 嘛
JavaScript:
const char = '\u561B';
console.log(char); // Output: 嘛
Java:
char c = '\u561B';
System.out.println(c); // Output: 嘛
JSON:
{"text": "\u561B"} // Value: 嘛
Python:
char = '\u561B'
print(char) # Output: 嘛
Perl:
my $char = "\x{561B}";
print $char; # Output: 嘛
PHP:
$char = "\x{561B}";
echo $char; // Output: 嘛
Ruby:
char = "\u{561B}"
puts char # Output: 嘛
Rust:
let c = '\u{561B}';
println!("{}", c); // Output: 嘛
Go:
char := '\u561B'
fmt.Printf("%c\n", char) // Output: 嘛
CSS:
/* CSS content property */
.element::before {
content: "\00561B"; /* 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=%E5%98%9B
MD5:
2acac7f181837d85dfe210f8cb2d7028
SHA1:
4cc5c5757117e69191a26651973e8c34f9789903
Base64:
5Zib