C:
char c = '\uAFE6';
printf("%c\n", c); // Output: 꿦
JavaScript:
const char = '\uAFE6';
console.log(char); // Output: 꿦
Java:
char c = '\uAFE6';
System.out.println(c); // Output: 꿦
JSON:
{"text": "\uAFE6"} // Value: 꿦
Python:
char = '\uAFE6'
print(char) # Output: 꿦
Perl:
my $char = "\x{AFE6}";
print $char; # Output: 꿦
PHP:
$char = "\x{AFE6}";
echo $char; // Output: 꿦
Ruby:
char = "\u{AFE6}"
puts char # Output: 꿦
Rust:
let c = '\u{AFE6}';
println!("{}", c); // Output: 꿦
Go:
char := '\uAFE6'
fmt.Printf("%c\n", char) // Output: 꿦
CSS:
/* CSS content property */
.element::before {
content: "\00AFE6"; /* 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%BF%A6
MD5:
8f893e380cdd1b83ae7140cbe3c95201
SHA1:
c8765330f94e6fd11b0f86f43b9240a654ac36cc
Base64:
6r+m