C:
char c = '\uBBFC';
printf("%c\n", c); // Output: 민
JavaScript:
const char = '\uBBFC';
console.log(char); // Output: 민
Java:
char c = '\uBBFC';
System.out.println(c); // Output: 민
JSON:
{"text": "\uBBFC"} // Value: 민
Python:
char = '\uBBFC'
print(char) # Output: 민
Perl:
my $char = "\x{BBFC}";
print $char; # Output: 민
PHP:
$char = "\x{BBFC}";
echo $char; // Output: 민
Ruby:
char = "\u{BBFC}"
puts char # Output: 민
Rust:
let c = '\u{BBFC}';
println!("{}", c); // Output: 민
Go:
char := '\uBBFC'
fmt.Printf("%c\n", char) // Output: 민
CSS:
/* CSS content property */
.element::before {
content: "\00BBFC"; /* 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%BC
MD5:
1477e71d3d1c115e0ee16d4548c04d8e
SHA1:
08c80ddf8a7dfc99385f74b409614bb72b5288e9
Base64:
66+8