C:
char c = '\uBE9A';
printf("%c\n", c); // Output: 뺚
JavaScript:
const char = '\uBE9A';
console.log(char); // Output: 뺚
Java:
char c = '\uBE9A';
System.out.println(c); // Output: 뺚
JSON:
{"text": "\uBE9A"} // Value: 뺚
Python:
char = '\uBE9A'
print(char) # Output: 뺚
Perl:
my $char = "\x{BE9A}";
print $char; # Output: 뺚
PHP:
$char = "\x{BE9A}";
echo $char; // Output: 뺚
Ruby:
char = "\u{BE9A}"
puts char # Output: 뺚
Rust:
let c = '\u{BE9A}';
println!("{}", c); // Output: 뺚
Go:
char := '\uBE9A'
fmt.Printf("%c\n", char) // Output: 뺚
CSS:
/* CSS content property */
.element::before {
content: "\00BE9A"; /* 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=%EB%BA%9A
MD5:
1e44e341aab24b60db3b5417a68314bc
SHA1:
248133435136eac6cc5875f5088a0047e490103f
Base64:
67qa