C:
char c = '\uBEFA';
printf("%c\n", c); // Output: 뻺
JavaScript:
const char = '\uBEFA';
console.log(char); // Output: 뻺
Java:
char c = '\uBEFA';
System.out.println(c); // Output: 뻺
JSON:
{"text": "\uBEFA"} // Value: 뻺
Python:
char = '\uBEFA'
print(char) # Output: 뻺
Perl:
my $char = "\x{BEFA}";
print $char; # Output: 뻺
PHP:
$char = "\x{BEFA}";
echo $char; // Output: 뻺
Ruby:
char = "\u{BEFA}"
puts char # Output: 뻺
Rust:
let c = '\u{BEFA}';
println!("{}", c); // Output: 뻺
Go:
char := '\uBEFA'
fmt.Printf("%c\n", char) // Output: 뻺
CSS:
/* CSS content property */
.element::before {
content: "\00BEFA"; /* 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%BB%BA
MD5:
871f56378675388f4f5cb3828ff72a71
SHA1:
45a64eed3db81b984bf20e78913b703f775b9c9f
Base64:
67u6