Unicode Finder

"飵" U+98F5(CJK UNIFIED IDEOGRAPH-98F5)

U+98F5
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-98F5

Programming

C
\u98F5
JavaScript
\u98F5
Java
\u98F5
Json
\u98F5
Python
\u98F5
Perl
\x{98F5}
PHP
\x{98F5}
Ruby
\u{98F5}
Rust
\u{98F5}
Go
\u98F5

Web

CSS
\0098F5
HtmlDecimal
飵
HtmlHexadecimal
飵
Url
%E9%A3%B5

Code

MD5
267aa10136cc63ae31dcd8c022f8c04a
Sha1
2507c50ec76a74ee8f7f80914730fa3754711e27
Base64
6aO1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u98F5';
console.log(char);  // Output: 飵

Java:

char c = '\u98F5';
System.out.println(c);  // Output: 飵

JSON:

{"text": "\u98F5"}  // Value: 飵

Python:

char = '\u98F5'
print(char)  # Output: 飵

Perl:

my $char = "\x{98F5}";
print $char;  # Output: 飵

PHP:

$char = "\x{98F5}";
echo $char;  // Output: 飵

Ruby:

char = "\u{98F5}"
puts char  # Output: 飵

Rust:

let c = '\u{98F5}';
println!("{}", c);  // Output: 飵

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0098F5";  /* Display: 飵 */
}

HTML Decimal:

<p>HTML decimal: &#39157;</p>  <!-- Display: 飵 -->

HTML Hexadecimal:

<p>HTML hex: &#x98F5;</p>  <!-- Display: 飵 -->

URL Encoding:

// 飵 URL encoding
https://unicodefinder.com/search.php?query=%E9%A3%B5

Encodings

MD5:

267aa10136cc63ae31dcd8c022f8c04a

SHA1:

2507c50ec76a74ee8f7f80914730fa3754711e27

Base64:

6aO1