C:
char c = '\u883F';
printf("%c\n", c); // Output: 蠿
JavaScript:
const char = '\u883F';
console.log(char); // Output: 蠿
Java:
char c = '\u883F';
System.out.println(c); // Output: 蠿
JSON:
{"text": "\u883F"} // Value: 蠿
Python:
char = '\u883F'
print(char) # Output: 蠿
Perl:
my $char = "\x{883F}";
print $char; # Output: 蠿
PHP:
$char = "\x{883F}";
echo $char; // Output: 蠿
Ruby:
char = "\u{883F}"
puts char # Output: 蠿
Rust:
let c = '\u{883F}';
println!("{}", c); // Output: 蠿
Go:
char := '\u883F'
fmt.Printf("%c\n", char) // Output: 蠿
CSS:
/* CSS content property */
.element::before {
content: "\00883F"; /* 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%A0%BF
MD5:
10a3d7d6ddf0106f43526d294a5367a3
SHA1:
cf2e1b7e82e36dcf7a97eb62ad0f794d97909ad7
Base64:
6KC/