C:
char c = '\uBF6C';
printf("%c\n", c); // Output: 뽬
JavaScript:
const char = '\uBF6C';
console.log(char); // Output: 뽬
Java:
char c = '\uBF6C';
System.out.println(c); // Output: 뽬
JSON:
{"text": "\uBF6C"} // Value: 뽬
Python:
char = '\uBF6C'
print(char) # Output: 뽬
Perl:
my $char = "\x{BF6C}";
print $char; # Output: 뽬
PHP:
$char = "\x{BF6C}";
echo $char; // Output: 뽬
Ruby:
char = "\u{BF6C}"
puts char # Output: 뽬
Rust:
let c = '\u{BF6C}';
println!("{}", c); // Output: 뽬
Go:
char := '\uBF6C'
fmt.Printf("%c\n", char) // Output: 뽬
CSS:
/* CSS content property */
.element::before {
content: "\00BF6C"; /* 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%BD%AC
MD5:
56ad035a6a537334cadd0f335551a349
SHA1:
f693937f190cf8846dd7c16af65ae990b69db7d1
Base64:
672s