C:
char c = '\u83BB';
printf("%c\n", c); // Output: 莻
JavaScript:
const char = '\u83BB';
console.log(char); // Output: 莻
Java:
char c = '\u83BB';
System.out.println(c); // Output: 莻
JSON:
{"text": "\u83BB"} // Value: 莻
Python:
char = '\u83BB'
print(char) # Output: 莻
Perl:
my $char = "\x{83BB}";
print $char; # Output: 莻
PHP:
$char = "\x{83BB}";
echo $char; // Output: 莻
Ruby:
char = "\u{83BB}"
puts char # Output: 莻
Rust:
let c = '\u{83BB}';
println!("{}", c); // Output: 莻
Go:
char := '\u83BB'
fmt.Printf("%c\n", char) // Output: 莻
CSS:
/* CSS content property */
.element::before {
content: "\0083BB"; /* 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%8E%BB
MD5:
f128e7ce2784d12ff62b3d2f83e4a85a
SHA1:
95a2d6fbc92318060562747203745b6406099f6d
Base64:
6I67