C:
char c = '\uAEBC';
printf("%c\n", c); // Output: 꺼
JavaScript:
const char = '\uAEBC';
console.log(char); // Output: 꺼
Java:
char c = '\uAEBC';
System.out.println(c); // Output: 꺼
JSON:
{"text": "\uAEBC"} // Value: 꺼
Python:
char = '\uAEBC'
print(char) # Output: 꺼
Perl:
my $char = "\x{AEBC}";
print $char; # Output: 꺼
PHP:
$char = "\x{AEBC}";
echo $char; // Output: 꺼
Ruby:
char = "\u{AEBC}"
puts char # Output: 꺼
Rust:
let c = '\u{AEBC}';
println!("{}", c); // Output: 꺼
Go:
char := '\uAEBC'
fmt.Printf("%c\n", char) // Output: 꺼
CSS:
/* CSS content property */
.element::before {
content: "\00AEBC"; /* 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%BA%BC
MD5:
0bfa396fb44e13630498d1fbefc2419b
SHA1:
843478eba6cff568d8dd2eacb7b687c837515829
Base64:
6rq8