C:
char c = '\uAF7E';
printf("%c\n", c); // Output: 꽾
JavaScript:
const char = '\uAF7E';
console.log(char); // Output: 꽾
Java:
char c = '\uAF7E';
System.out.println(c); // Output: 꽾
JSON:
{"text": "\uAF7E"} // Value: 꽾
Python:
char = '\uAF7E'
print(char) # Output: 꽾
Perl:
my $char = "\x{AF7E}";
print $char; # Output: 꽾
PHP:
$char = "\x{AF7E}";
echo $char; // Output: 꽾
Ruby:
char = "\u{AF7E}"
puts char # Output: 꽾
Rust:
let c = '\u{AF7E}';
println!("{}", c); // Output: 꽾
Go:
char := '\uAF7E'
fmt.Printf("%c\n", char) // Output: 꽾
CSS:
/* CSS content property */
.element::before {
content: "\00AF7E"; /* 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%BD%BE
MD5:
34669c5c4b7244c08a8479abe46998c5
SHA1:
3d5f74afb4a0fbee55f708e9732efeb0a38bd4a8
Base64:
6r2+