Unicode Finder

"韁" U+97C1(CJK UNIFIED IDEOGRAPH-97C1)

U+97C1
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-97C1

Programming

C
\u97C1
JavaScript
\u97C1
Java
\u97C1
Json
\u97C1
Python
\u97C1
Perl
\x{97C1}
PHP
\x{97C1}
Ruby
\u{97C1}
Rust
\u{97C1}
Go
\u97C1

Web

CSS
\0097C1
HtmlDecimal
韁
HtmlHexadecimal
韁
Url
%E9%9F%81

Code

MD5
98169eeb3ff138221c064d61a05761b1
Sha1
27ef47992bef9a1bcee72681cf514b34d0f68d2e
Base64
6Z+B

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u97C1';
console.log(char);  // Output: 韁

Java:

char c = '\u97C1';
System.out.println(c);  // Output: 韁

JSON:

{"text": "\u97C1"}  // Value: 韁

Python:

char = '\u97C1'
print(char)  # Output: 韁

Perl:

my $char = "\x{97C1}";
print $char;  # Output: 韁

PHP:

$char = "\x{97C1}";
echo $char;  // Output: 韁

Ruby:

char = "\u{97C1}"
puts char  # Output: 韁

Rust:

let c = '\u{97C1}';
println!("{}", c);  // Output: 韁

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0097C1";  /* Display: 韁 */
}

HTML Decimal:

<p>HTML decimal: &#38849;</p>  <!-- Display: 韁 -->

HTML Hexadecimal:

<p>HTML hex: &#x97C1;</p>  <!-- Display: 韁 -->

URL Encoding:

// 韁 URL encoding
https://unicodefinder.com/search.php?query=%E9%9F%81

Encodings

MD5:

98169eeb3ff138221c064d61a05761b1

SHA1:

27ef47992bef9a1bcee72681cf514b34d0f68d2e

Base64:

6Z+B