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