C:
char c = '\uB2FD';
printf("%c\n", c); // Output: 닽
JavaScript:
const char = '\uB2FD';
console.log(char); // Output: 닽
Java:
char c = '\uB2FD';
System.out.println(c); // Output: 닽
JSON:
{"text": "\uB2FD"} // Value: 닽
Python:
char = '\uB2FD'
print(char) # Output: 닽
Perl:
my $char = "\x{B2FD}";
print $char; # Output: 닽
PHP:
$char = "\x{B2FD}";
echo $char; // Output: 닽
Ruby:
char = "\u{B2FD}"
puts char # Output: 닽
Rust:
let c = '\u{B2FD}';
println!("{}", c); // Output: 닽
Go:
char := '\uB2FD'
fmt.Printf("%c\n", char) // Output: 닽
CSS:
/* CSS content property */
.element::before {
content: "\00B2FD"; /* 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%8B%BD
MD5:
ef53e86ed09d6fcc1f5cb756e7356843
SHA1:
f4d598dcc184a03f32686d7bc027b289bed75b65
Base64:
64u9