C:
char c = '\uAD80';
printf("%c\n", c); // Output: 궀
JavaScript:
const char = '\uAD80';
console.log(char); // Output: 궀
Java:
char c = '\uAD80';
System.out.println(c); // Output: 궀
JSON:
{"text": "\uAD80"} // Value: 궀
Python:
char = '\uAD80'
print(char) # Output: 궀
Perl:
my $char = "\x{AD80}";
print $char; # Output: 궀
PHP:
$char = "\x{AD80}";
echo $char; // Output: 궀
Ruby:
char = "\u{AD80}"
puts char # Output: 궀
Rust:
let c = '\u{AD80}';
println!("{}", c); // Output: 궀
Go:
char := '\uAD80'
fmt.Printf("%c\n", char) // Output: 궀
CSS:
/* CSS content property */
.element::before {
content: "\00AD80"; /* 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=%EA%B6%80
MD5:
0ddb357b61ca1cd1a2c86e465409f2e7
SHA1:
74e57c935c4ac835ae5b0567d33b06c1ddd3d54d
Base64:
6raA