C:
char c = '\uB3AC';
printf("%c\n", c); // Output: 뎬
JavaScript:
const char = '\uB3AC';
console.log(char); // Output: 뎬
Java:
char c = '\uB3AC';
System.out.println(c); // Output: 뎬
JSON:
{"text": "\uB3AC"} // Value: 뎬
Python:
char = '\uB3AC'
print(char) # Output: 뎬
Perl:
my $char = "\x{B3AC}";
print $char; # Output: 뎬
PHP:
$char = "\x{B3AC}";
echo $char; // Output: 뎬
Ruby:
char = "\u{B3AC}"
puts char # Output: 뎬
Rust:
let c = '\u{B3AC}';
println!("{}", c); // Output: 뎬
Go:
char := '\uB3AC'
fmt.Printf("%c\n", char) // Output: 뎬
CSS:
/* CSS content property */
.element::before {
content: "\00B3AC"; /* 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%8E%AC
MD5:
682822dcef520f915a4b2bd951cc338c
SHA1:
42ac809e86fe11af5bbfcd67e9cb32f2a42c98f0
Base64:
646s