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