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