C:
char c = '\u84BB';
printf("%c\n", c); // Output: 蒻
JavaScript:
const char = '\u84BB';
console.log(char); // Output: 蒻
Java:
char c = '\u84BB';
System.out.println(c); // Output: 蒻
JSON:
{"text": "\u84BB"} // Value: 蒻
Python:
char = '\u84BB'
print(char) # Output: 蒻
Perl:
my $char = "\x{84BB}";
print $char; # Output: 蒻
PHP:
$char = "\x{84BB}";
echo $char; // Output: 蒻
Ruby:
char = "\u{84BB}"
puts char # Output: 蒻
Rust:
let c = '\u{84BB}';
println!("{}", c); // Output: 蒻
Go:
char := '\u84BB'
fmt.Printf("%c\n", char) // Output: 蒻
CSS:
/* CSS content property */
.element::before {
content: "\0084BB"; /* 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%92%BB
MD5:
5c937c4ba6f637e21b66e5772c74b399
SHA1:
80f6fdf54e7b53c34484ce77995033b1ffa239b5
Base64:
6JK7