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