C:
char c = '\uAEB5';
printf("%c\n", c); // Output: 꺵
JavaScript:
const char = '\uAEB5';
console.log(char); // Output: 꺵
Java:
char c = '\uAEB5';
System.out.println(c); // Output: 꺵
JSON:
{"text": "\uAEB5"} // Value: 꺵
Python:
char = '\uAEB5'
print(char) # Output: 꺵
Perl:
my $char = "\x{AEB5}";
print $char; # Output: 꺵
PHP:
$char = "\x{AEB5}";
echo $char; // Output: 꺵
Ruby:
char = "\u{AEB5}"
puts char # Output: 꺵
Rust:
let c = '\u{AEB5}';
println!("{}", c); // Output: 꺵
Go:
char := '\uAEB5'
fmt.Printf("%c\n", char) // Output: 꺵
CSS:
/* CSS content property */
.element::before {
content: "\00AEB5"; /* 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%B5
MD5:
64df161aac096465fb5574bf517bbdd5
SHA1:
f7988d6d37f0f6fae4c1557cbdf947de072a849e
Base64:
6rq1