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