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