C:
char c = '\u841B';
printf("%c\n", c); // Output: 萛
JavaScript:
const char = '\u841B';
console.log(char); // Output: 萛
Java:
char c = '\u841B';
System.out.println(c); // Output: 萛
JSON:
{"text": "\u841B"} // Value: 萛
Python:
char = '\u841B'
print(char) # Output: 萛
Perl:
my $char = "\x{841B}";
print $char; # Output: 萛
PHP:
$char = "\x{841B}";
echo $char; // Output: 萛
Ruby:
char = "\u{841B}"
puts char # Output: 萛
Rust:
let c = '\u{841B}';
println!("{}", c); // Output: 萛
Go:
char := '\u841B'
fmt.Printf("%c\n", char) // Output: 萛
CSS:
/* CSS content property */
.element::before {
content: "\00841B"; /* 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=%E8%90%9B
MD5:
416848a6ae11c1a28fc28127ba5107dd
SHA1:
b7c64e6fc825c66188ec5f6c040ba5370d2e1f83
Base64:
6JCb