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