C:
char c = '\uBF92';
printf("%c\n", c); // Output: 뾒
JavaScript:
const char = '\uBF92';
console.log(char); // Output: 뾒
Java:
char c = '\uBF92';
System.out.println(c); // Output: 뾒
JSON:
{"text": "\uBF92"} // Value: 뾒
Python:
char = '\uBF92'
print(char) # Output: 뾒
Perl:
my $char = "\x{BF92}";
print $char; # Output: 뾒
PHP:
$char = "\x{BF92}";
echo $char; // Output: 뾒
Ruby:
char = "\u{BF92}"
puts char # Output: 뾒
Rust:
let c = '\u{BF92}';
println!("{}", c); // Output: 뾒
Go:
char := '\uBF92'
fmt.Printf("%c\n", char) // Output: 뾒
CSS:
/* CSS content property */
.element::before {
content: "\00BF92"; /* 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%BE%92
MD5:
c1c7db0a2fe5cd80984b11e1d1ad7fde
SHA1:
7c99363eafa040715907b97e6641e2c4bf6f83ae
Base64:
676S