Unicode Finder

"鉹" U+9279(CJK UNIFIED IDEOGRAPH-9279)

U+9279
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-9279

Programming

C
\u9279
JavaScript
\u9279
Java
\u9279
Json
\u9279
Python
\u9279
Perl
\x{9279}
PHP
\x{9279}
Ruby
\u{9279}
Rust
\u{9279}
Go
\u9279

Web

CSS
\009279
HtmlDecimal
鉹
HtmlHexadecimal
鉹
Url
%E9%89%B9

Code

MD5
17e5f90fffdc6b5fc301e90f63029ab9
Sha1
f8bba0b4cb4d8fd6353b65ee9517079177dec437
Base64
6Ym5

使用示例

Programming Languages

C:

char c = '\u9279';
printf("%c\n", c);  // Output: 鉹

JavaScript:

const char = '\u9279';
console.log(char);  // Output: 鉹

Java:

char c = '\u9279';
System.out.println(c);  // Output: 鉹

JSON:

{"text": "\u9279"}  // Value: 鉹

Python:

char = '\u9279'
print(char)  # Output: 鉹

Perl:

my $char = "\x{9279}";
print $char;  # Output: 鉹

PHP:

$char = "\x{9279}";
echo $char;  // Output: 鉹

Ruby:

char = "\u{9279}"
puts char  # Output: 鉹

Rust:

let c = '\u{9279}';
println!("{}", c);  // Output: 鉹

Go:

char := '\u9279'
fmt.Printf("%c\n", char)  // Output: 鉹

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009279";  /* Display: 鉹 */
}

HTML Decimal:

<p>HTML decimal: &#37497;</p>  <!-- Display: 鉹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9279;</p>  <!-- Display: 鉹 -->

URL Encoding:

// 鉹 URL encoding
https://unicodefinder.com/search.php?query=%E9%89%B9

Encodings

MD5:

17e5f90fffdc6b5fc301e90f63029ab9

SHA1:

f8bba0b4cb4d8fd6353b65ee9517079177dec437

Base64:

6Ym5