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