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