C:
char c = '\u82EC';
printf("%c\n", c); // Output: 苬
JavaScript:
const char = '\u82EC';
console.log(char); // Output: 苬
Java:
char c = '\u82EC';
System.out.println(c); // Output: 苬
JSON:
{"text": "\u82EC"} // Value: 苬
Python:
char = '\u82EC'
print(char) # Output: 苬
Perl:
my $char = "\x{82EC}";
print $char; # Output: 苬
PHP:
$char = "\x{82EC}";
echo $char; // Output: 苬
Ruby:
char = "\u{82EC}"
puts char # Output: 苬
Rust:
let c = '\u{82EC}';
println!("{}", c); // Output: 苬
Go:
char := '\u82EC'
fmt.Printf("%c\n", char) // Output: 苬
CSS:
/* CSS content property */
.element::before {
content: "\0082EC"; /* 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%8B%AC
MD5:
b69268ec68547f9067f67262f370b554
SHA1:
860282ae2dfd0188c131006fcaa0e3006efd4d41
Base64:
6Ius