C:
char c = '\u983B';
printf("%c\n", c); // Output: 頻
JavaScript:
const char = '\u983B';
console.log(char); // Output: 頻
Java:
char c = '\u983B';
System.out.println(c); // Output: 頻
JSON:
{"text": "\u983B"} // Value: 頻
Python:
char = '\u983B'
print(char) # Output: 頻
Perl:
my $char = "\x{983B}";
print $char; # Output: 頻
PHP:
$char = "\x{983B}";
echo $char; // Output: 頻
Ruby:
char = "\u{983B}"
puts char # Output: 頻
Rust:
let c = '\u{983B}';
println!("{}", c); // Output: 頻
Go:
char := '\u983B'
fmt.Printf("%c\n", char) // Output: 頻
CSS:
/* CSS content property */
.element::before {
content: "\00983B"; /* 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=%E9%A0%BB
MD5:
2fc30649a8599e8a19ebc5d84de5f6a9
SHA1:
1a118eee76ccf7a731e24b8783aa67ff25b04541
Base64:
6aC7