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