C:
char c = '\u949B';
printf("%c\n", c); // Output: 钛
JavaScript:
const char = '\u949B';
console.log(char); // Output: 钛
Java:
char c = '\u949B';
System.out.println(c); // Output: 钛
JSON:
{"text": "\u949B"} // Value: 钛
Python:
char = '\u949B'
print(char) # Output: 钛
Perl:
my $char = "\x{949B}";
print $char; # Output: 钛
PHP:
$char = "\x{949B}";
echo $char; // Output: 钛
Ruby:
char = "\u{949B}"
puts char # Output: 钛
Rust:
let c = '\u{949B}';
println!("{}", c); // Output: 钛
Go:
char := '\u949B'
fmt.Printf("%c\n", char) // Output: 钛
CSS:
/* CSS content property */
.element::before {
content: "\00949B"; /* 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%92%9B
MD5:
ce66d6efc1cca1888f8aa5087b619a6a
SHA1:
3011495656ea625aa8c62256b39a4306c348d0e6
Base64:
6ZKb