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