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