C:
char c = '\u83FF';
printf("%c\n", c); // Output: 菿
JavaScript:
const char = '\u83FF';
console.log(char); // Output: 菿
Java:
char c = '\u83FF';
System.out.println(c); // Output: 菿
JSON:
{"text": "\u83FF"} // Value: 菿
Python:
char = '\u83FF'
print(char) # Output: 菿
Perl:
my $char = "\x{83FF}";
print $char; # Output: 菿
PHP:
$char = "\x{83FF}";
echo $char; // Output: 菿
Ruby:
char = "\u{83FF}"
puts char # Output: 菿
Rust:
let c = '\u{83FF}';
println!("{}", c); // Output: 菿
Go:
char := '\u83FF'
fmt.Printf("%c\n", char) // Output: 菿
CSS:
/* CSS content property */
.element::before {
content: "\0083FF"; /* 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%8F%BF
MD5:
f94d539d390e9a57b5603e6a052ee247
SHA1:
9452df00e5b8c2c38d9724e4a924bdd38003a536
Base64:
6I+/